Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp93 Instruction *NewInst = CE->getAsInstruction(); in replaceConstantExprOp()
98 Instruction *NewInst = CE->getAsInstruction(); in replaceConstantExprOp()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp29 Instruction *ConstInst = CE->getAsInstruction(); in expandUser()
H A DConstants.cpp3367 Instruction *ConstantExpr::getAsInstruction() const { in getAsInstruction() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp84 auto ReplInst = CE->getAsInstruction(); in runLowerConstExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp826 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1334 Instruction *getAsInstruction() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp516 auto *NewInst = CE->getAsInstruction(); in replaceManagedVar()