Searched refs:createReplacementInstr (Results 1 – 4 of 4) sorted by relevance
26 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr);
93 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp()97 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp()
22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr() function
476 auto *NewInst = llvm::createReplacementInstr(CE, I); in replaceManagedVar()