Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp756 const ConstantUser &ConstUser) { in emitBaseConstants() argument
764 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants()
765 ConstUser.OpndIdx); in emitBaseConstants()
783 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
785 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx); in emitBaseConstants()
789 LLVM_DEBUG(dbgs() << "Update: " << *ConstUser.Inst << '\n'); in emitBaseConstants()
790 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset) in emitBaseConstants()
792 LLVM_DEBUG(dbgs() << "To : " << *ConstUser.Inst << '\n'); in emitBaseConstants()
812 LLVM_DEBUG(dbgs() << "Update: " << *ConstUser.Inst << '\n'); in emitBaseConstants()
813 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst); in emitBaseConstants()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 const consthoist::ConstantUser &ConstUser);