Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnd0

2758             Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);
2759 Opnd0->takeName(Op0I);
2760 cast<Instruction>(Opnd0)->setDebugLoc(I.getDebugLoc());
2761 Value *FoldVal = ConstantInt::get(Opnd0->getType(), FoldConst);
2763 return BinaryOperator::CreateXor(Opnd0, FoldVal);