Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateAnd

494     Cond = Cond ? Builder.CreateAnd(Cond, LargeEnough) : LargeEnough;
507 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
511 Cond = Cond ? Builder.CreateAnd(Cond, Aligned) : Aligned;
564 llvm::Value *Slot = Builder.CreateAnd(Hash,
1140 Check = Builder.CreateAnd(Upper, Lower);
1315 Val = Builder.CreateAnd(Val, llvm::APInt::getLowBitsSet(Info.StorageSize,
1497 SrcVal = Builder.CreateAnd(SrcVal,
1506 Val = Builder.CreateAnd(Val,