Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.h53 bool isFixedValueOnly() const { return !HasDynamicSegment; } in isFixedValueOnly() function
H A DVarLenCodeEmitterGen.cpp510 if (VLI.size() && !VLI.isFixedValueOnly()) { in getInstructionCaseForEncoding()