Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp810 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1254 Instruction *getAsInstruction() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1923 Instruction *NewU = U->getAsInstruction(); in makeAllConstantUsesInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp3053 Instruction *ConstantExpr::getAsInstruction() const { in getAsInstruction() function in ConstantExpr