Lines Matching refs:CreateAnd
875 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy), in getShadowPtrOffset()
913 OriginLong = IRB.CreateAnd(OriginLong, in getOriginPtr()
1364 Value *S1S2 = IRB.CreateAnd(S1, S2); in visitAnd()
1365 Value *V1S2 = IRB.CreateAnd(V1, S2); in visitAnd()
1366 Value *S1V2 = IRB.CreateAnd(S1, V2); in visitAnd()
1386 Value *S1S2 = IRB.CreateAnd(S1, S2); in visitOr()
1387 Value *V1S2 = IRB.CreateAnd(V1, S2); in visitOr()
1388 Value *S1V2 = IRB.CreateAnd(S1, V2); in visitOr()
1632 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero), in handleEqualityComparison()
1634 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero)); in handleEqualityComparison()
1650 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit); in getLowestPossibleValue()
1653 return IRB.CreateAnd(A, IRB.CreateNot(Sa)); in getLowestPossibleValue()
1667 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits); in getHighestPossibleValue()