Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp134 auto ReplInst = CE->getAsInstruction(); in visit()
DSPIRVWriter.cpp777 auto Inst = ConstUE->getAsInstruction(); in transConstant()
887 Instruction * Inst = ConstUE->getAsInstruction(); in transValueWithoutDecoration()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp525 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
/external/llvm/unittests/IR/
DConstantsTest.cpp184 Instruction *__I = cast<ConstantExpr>(x)->getAsInstruction(); \
/external/llvm/include/llvm/IR/
DConstants.h1171 Instruction *getAsInstruction();
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1800 Instruction *NewU = U->getAsInstruction(); in makeAllConstantUsesInstructions()
/external/llvm/lib/IR/
DConstants.cpp2849 Instruction *ConstantExpr::getAsInstruction() { in getAsInstruction() function in ConstantExpr