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.cpp89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize() function
97 return std::make_tuple(!isVarSize(), in operator <()
99 std::make_tuple(!Rhs.isVarSize(), in operator <()