Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DReplaceConstant.h24 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp93 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp()
97 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp468 auto *NewInst = llvm::createReplacementInstr(CE, I); in replaceManagedVar()