Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.h60 bool isFixedValueOnly() const { return !HasDynamicSegment; } in isFixedValueOnly() function
H A DVarLenCodeEmitterGen.cpp426 if (BitWidth && !VLI.isFixedValueOnly()) in getInstructionCaseForEncoding()