Lines Matching refs:Opnd0
2225 Value *Opnd0 = Builder->CreateLShr(E1->getOperand(0), C2);2226 Opnd0->takeName(Op0I);2227 cast<Instruction>(Opnd0)->setDebugLoc(I.getDebugLoc());2228 Value *FoldVal = ConstantInt::get(Opnd0->getType(), FoldConst);2230 return BinaryOperator::CreateXor(Opnd0, FoldVal);