Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Opnd0

2244             Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);
2245 Opnd0->takeName(Op0I);
2246 cast<Instruction>(Opnd0)->setDebugLoc(I.getDebugLoc());
2247 Value *FoldVal = ConstantInt::get(Opnd0->getType(), FoldConst);
2249 return BinaryOperator::CreateXor(Opnd0, FoldVal);