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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 267 BinaryOperator *Incr =
269 if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
273 ConstantFP *IncValueVal = dyn_cast<ConstantFP>(Incr->getOperand(1));
275 if (IncValueVal == 0 || Incr->getOperand(0) != PN ||
279 // Check Incr uses. One user is PN and the other user is an exit condition
281 Value::use_iterator IncrUse = Incr->use_begin();
283 if (IncrUse == Incr->use_end()) return;
285 if (IncrUse != Incr->use_end()) return;
414 Incr->getName()+".int", Incr)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 492 int Incr = (LittleEndian ? 1 : -1);
497 for (; Start != Stop; Start += Incr)
534 int Incr = (LittleEndian ? 1 : -1);
539 for (; Start != Stop; Start += Incr)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 195 inline void Incr(Stat s) { ++g_stats[s]; }

Completed in 224 milliseconds