Searched refs:LVE (Results 1 – 3 of 3) sorted by relevance
206 LiveInterval::const_iterator LVE = CurLI->end(); in calcLiveBlockInfo() local253 if (++LVI == LVE || LVI->start >= Stop) { in calcLiveBlockInfo()284 if (LVI == LVE) in calcLiveBlockInfo()289 if (LVI->end == Stop && ++LVI == LVE) in calcLiveBlockInfo()314 LiveInterval::iterator LVE = li->end(); in countLiveBlocks() local324 if (LVI == LVE) in countLiveBlocks()
719 (instregex "LVE(B|H|W)X$"),
6614 const auto *LVE = Result.Val.getLValueBase().dyn_cast<const Expr *>(); in maybeConstEvalStringLiteral() local6615 if (isa_and_nonnull<StringLiteral>(LVE)) in maybeConstEvalStringLiteral()6616 return LVE; in maybeConstEvalStringLiteral()