Searched refs:numIn (Results 1 – 2 of 2) sorted by relevance
77 auto numIn = acc_.GetInValueCount(gate); in VisitPhi() local78 for (size_t i = 0; i < numIn; ++i) { in VisitPhi()
1809 size_t numIn = acc_.GetNumValueIn(depGate); in LowerCreateObjectWithExcludedKeys() local1810 GateRef length = builder_.Int32(numIn); in LowerCreateObjectWithExcludedKeys()1816 for (size_t idx = 0; idx < numIn; idx++) { in LowerCreateObjectWithExcludedKeys()