Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateOr

989     setShadow(&I, IRB.CreateOr(S1S2, IRB.CreateOr(V1S2, S1V2)));
1011 setShadow(&I, IRB.CreateOr(S1S2, IRB.CreateOr(V1S2, S1V2)));
1049 Shadow = IRB.CreateOr(Shadow, OpShadow, "_msprop");
1181 Value *Sc = IRB.CreateOr(Sa, Sb);
1208 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaOtherBits)), SaSignBit);
1225 IRB.CreateOr(IRB.CreateAnd(A, IRB.CreateNot(SaSignBit)), SaOtherBits);
1228 return IRB.CreateOr(A, Sa);
1336 setShadow(&I, IRB.CreateOr(Shift, S2Conv));