Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize() function
96 return std::make_tuple(!isVarSize(), in operator <()
98 std::make_tuple(!Rhs.isVarSize(), in operator <()