Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreLowerThreadLocal.cpp93 Instruction *NewInst = CE->getAsInstruction(); in replaceConstantExprOp()
98 Instruction *NewInst = CE->getAsInstruction(); in replaceConstantExprOp()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDReplaceConstant.cpp29 Instruction *ConstInst = CE->getAsInstruction(); in expandUser()
HDConstants.cpp3367 Instruction *ConstantExpr::getAsInstruction() const { in getAsInstruction() function in ConstantExpr
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVRegularizer.cpp84 auto ReplInst = CE->getAsInstruction(); in runLowerConstExpr()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDConstantHoisting.cpp826 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h1334 Instruction *getAsInstruction() const;
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGCUDANV.cpp516 auto *NewInst = CE->getAsInstruction(); in replaceManagedVar()