Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateAnd

800       IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
811 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
817 IRB.CreateAnd(Add, ConstantInt::get(MS.IntptrTy, ~3ULL));
1233 Value *S1S2 = IRB.CreateAnd(S1, S2);
1234 Value *V1S2 = IRB.CreateAnd(V1, S2);
1235 Value *S1V2 = IRB.CreateAnd(S1, V2);
1255 Value *S1S2 = IRB.CreateAnd(S1, S2);
1256 Value *V1S2 = IRB.CreateAnd(V1, S2);
1257 Value *S1V2 = IRB.CreateAnd(S1, V2);
1501 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero),
1503 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
1519 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1522 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
1536 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);