Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Op1C

181     Value *Op1C = Op1;
186 Op1C = Op0;
189 Value *Neg = dyn_castNegVal(Op1C);
191 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
199 if (Op1BO == Op1C)
211 if (Op1BO == Op1C)
853 if (ConstantFP *Op1C = dyn_cast<ConstantFP>(Op1)) {
856 ConstantFP *C2 = Op1C;
887 if (Instruction *T = CvtFDivConstToReciprocal(Op0, Op1C, AllowReciprocal))