Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp822 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants() local
823 ConstExprInst->setOperand(0, Mat); in emitBaseConstants()
824 ConstExprInst->insertBefore(findMatInsertPt(ConstUser.Inst, in emitBaseConstants()
828 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
830 LLVM_DEBUG(dbgs() << "Create instruction: " << *ConstExprInst << '\n' in emitBaseConstants()
833 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) { in emitBaseConstants()
834 ConstExprInst->eraseFromParent(); in emitBaseConstants()