Home
last modified time | relevance | path

Searched refs:ConstExprInst (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp828 Instruction *ConstExprInst = ConstExpr->getAsInstruction( in emitBaseConstants() local
830 ConstExprInst->setOperand(0, Mat); in emitBaseConstants()
833 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
835 LLVM_DEBUG(dbgs() << "Create instruction: " << *ConstExprInst << '\n' in emitBaseConstants()
838 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) { in emitBaseConstants()
839 ConstExprInst->eraseFromParent(); in emitBaseConstants()