Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp830 Instruction *ConstExprInst = ConstExpr->getAsInstruction( in emitBaseConstants() local
832 ConstExprInst->setOperand(0, Mat); in emitBaseConstants()
835 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
837 LLVM_DEBUG(dbgs() << "Create instruction: " << *ConstExprInst << '\n' in emitBaseConstants()
840 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ConstExprInst)) { in emitBaseConstants()
841 ConstExprInst->eraseFromParent(); in emitBaseConstants()