Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateAnd

631       IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
642 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
648 IRB.CreateAnd(Add, ConstantInt::get(MS.IntptrTy, ~3ULL));
986 Value *S1S2 = IRB.CreateAnd(S1, S2);
987 Value *V1S2 = IRB.CreateAnd(V1, S2);
988 Value *S1V2 = IRB.CreateAnd(S1, V2);
1008 Value *S1S2 = IRB.CreateAnd(S1, S2);
1009 Value *V1S2 = IRB.CreateAnd(V1, S2);
1010 Value *S1V2 = IRB.CreateAnd(S1, V2);
1190 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero),
1192 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
1208 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1211 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
1225 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);