Lines Matching refs:CreateAnd
946 IRB.CreateAnd(OffsetLong, ConstantInt::get(MS.IntptrTy, ~AndMask)); in getShadowPtrOffset()
983 OriginLong = IRB.CreateAnd(OriginLong, in getOriginPtr()
1440 Value *S1S2 = IRB.CreateAnd(S1, S2); in visitAnd()
1441 Value *V1S2 = IRB.CreateAnd(V1, S2); in visitAnd()
1442 Value *S1V2 = IRB.CreateAnd(S1, V2); in visitAnd()
1462 Value *S1S2 = IRB.CreateAnd(S1, S2); in visitOr()
1463 Value *V1S2 = IRB.CreateAnd(V1, S2); in visitOr()
1464 Value *S1V2 = IRB.CreateAnd(S1, V2); in visitOr()
1714 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero), in handleEqualityComparison()
1716 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero)); in handleEqualityComparison()
1732 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit); in getLowestPossibleValue()
1735 return IRB.CreateAnd(A, IRB.CreateNot(Sa)); in getLowestPossibleValue()
1749 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits); in getHighestPossibleValue()