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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 266 int64_t IncValue;
268 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
334 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
338 if (IncValue == 0)
342 if (IncValue > 0) {
355 unsigned Leftover = Range % uint32_t(IncValue);
366 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
382 unsigned Leftover = Range % uint32_t(-IncValue);
393 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
405 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 96 milliseconds