HomeSort by relevance Sort by last modified time
    Searched refs:EndValue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 520 const MachineOperand *EndValue = nullptr;
524 EndValue = &Op2;
526 EndValue = &Op1;
531 if (!EndValue)
554 // Since the comparisons are "ri", the EndValue should be an
556 assert(EndValue->isImm() && "Unrecognized latch comparison");
557 EndV = EndValue->getImm();
593 if (EndValue->isReg()) {
594 unsigned R = EndValue->getReg();
600 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 911 milliseconds