Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantsTest.cpp157 Instruction *__I = cast<ConstantExpr>(x)->getAsInstruction(); \
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp514 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1135 Instruction *getAsInstruction();
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2920 Instruction *ConstantExpr::getAsInstruction() { in getAsInstruction() function in ConstantExpr