Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Op1

568     // solve direclty using a relocation entry. GlobalValue=Op0, CstInt=Op1
572 const Constant *Op1 = CE->getOperand(1);
573 assert(isa<ConstantInt>(Op1) && "Op1 must be a ConstantInt");
578 const APInt &RHS = cast<ConstantInt>(Op1)->getValue();