Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Opnd0

2617             Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);
2618 Opnd0->takeName(Op0I);
2619 cast<Instruction>(Opnd0)->setDebugLoc(I.getDebugLoc());
2620 Value *FoldVal = ConstantInt::get(Opnd0->getType(), FoldConst);
2622 return BinaryOperator::CreateXor(Opnd0, FoldVal);