Home
last modified time | relevance | path

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

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