Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h189 const Value *getIRValue(unsigned Slot);
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp366 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue() function in PerFunctionMIParsingState
2966 V = PFS.getIRValue(SlotNumber); in parseIRValue()