HomeSort by relevance Sort by last modified time
    Searched defs:IncValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 299 int64_t IncValue;
301 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
367 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
371 if (IncValue == 0)
375 if (IncValue > 0) {
388 unsigned Leftover = Range % uint32_t(IncValue);
399 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
415 unsigned Leftover = Range % uint32_t(-IncValue);
426 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
438 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 112 milliseconds