Lines Matching full:numfixedarityoperands
961 /// NumFixedArityOperands - If this is a fixed arity node, this is set to -1.
964 int NumFixedArityOperands;
971 int numfixedarityoperands, bool isMorphNodeTo)
975 HasMemRefs(hasmemrefs), NumFixedArityOperands(numfixedarityoperands) {}
999 int getNumFixedArityOperands() const { return NumFixedArityOperands; }
1021 int numfixedarityoperands, unsigned firstresultslot)
1024 numfixedarityoperands, false),
1044 int numfixedarityoperands, const PatternToMatch &pattern)
1047 numfixedarityoperands, true),