Searched refs:DefEnd (Results 1 – 3 of 3) sorted by relevance
45 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local46 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
218 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local219 DefIdx != DefEnd; ++DefIdx) { in getLatency()
685 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local686 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()687 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()688 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()747 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()