Searched refs:DefEnd (Results 1 – 2 of 2) sorted by relevance
46 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local47 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()191 unsigned DefEnd = SCDesc.NumWriteLatencyEntries; in getBypassDelayCycles() local193 for (unsigned DefIdx = 0; DefIdx != DefEnd; ++DefIdx) { in getBypassDelayCycles()
728 size_t DefEnd = Expr.find(':'); in parseNumericSubstitutionBlock() local729 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()730 DefExpr = Expr.substr(0, DefEnd); in parseNumericSubstitutionBlock()731 Expr = Expr.substr(DefEnd + 1); in parseNumericSubstitutionBlock()788 if (DefEnd != StringRef::npos) { in parseNumericSubstitutionBlock()