reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
579 unsigned BitWidth = BitsType->getBitWidth(); 581 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); 583 B.CreateAnd(BitOffset, ConstantInt::get(BitsType, BitWidth - 1)); 584 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); 586 return B.CreateICmpNE(MaskedBits, ConstantInt::get(BitsType, 0));