Home
last modified time | relevance | path

Searched refs:getIRValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h184 const Value *getIRValue(unsigned Slot);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp369 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue() function in PerFunctionMIParsingState
2775 V = PFS.getIRValue(SlotNumber); in parseIRValue()