Searched refs:DefEnd (Results 1 – 3 of 3) sorted by relevance
43 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local44 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
217 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local218 DefIdx != DefEnd; ++DefIdx) { in getLatency()
266 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local267 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()268 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()269 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()296 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()