Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateNot

976     Value *V1 = IRB.CreateNot(I.getOperand(0));
977 Value *V2 = IRB.CreateNot(I.getOperand(1));
1182 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1185 return IRB.CreateAnd(A, IRB.CreateNot(Sa));
1199 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);