Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h26 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp93 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp()
97 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp476 auto *NewInst = llvm::createReplacementInstr(CE, I); in replaceManagedVar()