Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h326 OPFL_VariadicInfo = OPFL_Variadic6 enumerator
333 return ((Flags&OPFL_VariadicInfo) >> 4)-1; in getNumFixedFromVariadicInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3962 if (EmitNodeInfo & OPFL_VariadicInfo) { in SelectCodeCommon()