Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp29 Instruction *ConstInst = CE->getAsInstruction(); in expandUser() local
30 ConstInst->insertBefore(*InsertPt->getParent(), InsertPt); in expandUser()
31 NewInsts.push_back(ConstInst); in expandUser()