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 525 const MachineOperand *EndValue = nullptr;
529 EndValue = &Op2;
531 EndValue = &Op1;
536 if (!EndValue)
559 // Since the comparisons are "ri", the EndValue should be an
561 assert(EndValue->isImm() && "Unrecognized latch comparison");
562 EndV = EndValue->getImm();
598 if (EndValue->isReg()) {
599 unsigned R = EndValue->getReg();
605 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 79 milliseconds