Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateAnd

593     Cond = Cond ? Builder.CreateAnd(Cond, LargeEnough) : LargeEnough;
597 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
599 Cond = Builder.CreateAnd(Cond,
1201 Val = Builder.CreateAnd(Val, llvm::APInt::getLowBitsSet(AI.AccessWidth,
1369 SrcVal = Builder.CreateAnd(SrcVal, llvm::APInt::getLowBitsSet(ResSizeInBits,
1427 Val = Builder.CreateAnd(Val, llvm::APInt::getLowBitsSet(ResSizeInBits,
1451 Val = Builder.CreateOr(Builder.CreateAnd(Load, InvMask), Val);