Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h189 OPFL_VariadicInfo = OPFL_Variadic6 enumerator
196 return ((Flags&OPFL_VariadicInfo) >> 4)-1; in getNumFixedFromVariadicInfo()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3543 if (EmitNodeInfo & OPFL_VariadicInfo) { in SelectCodeCommon()