Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h191 const Value *getIRValue(unsigned Slot);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp365 const Value* PerFunctionMIParsingState::getIRValue(unsigned Slot) { in getIRValue() function in PerFunctionMIParsingState
3090 V = PFS.getIRValue(SlotNumber); in parseIRValue()