Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h189 const Value *getIRValue(unsigned Slot);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp364 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue() function in PerFunctionMIParsingState
3071 V = PFS.getIRValue(SlotNumber); in parseIRValue()