Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h180 IRValue, enumerator
247 Kind == JumpTableIndex || Kind == IRBlock || Kind == IRValue; in hasIntegerValue()
H A DMILexer.cpp417 return maybeLexIndex(C, Token, Rule, MIToken::IRValue); in maybeLexIRValue()
H A DMIParser.cpp3086 case MIToken::IRValue: { in parseIRValue()
3268 if (Token.isNot(MIToken::NamedIRValue) && Token.isNot(MIToken::IRValue) && in parseMachinePointerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp238 if (auto *IRValue = V->getLiveInIRValue()) in inferScalarType() local
239 return IRValue->getType(); in inferScalarType()