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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 96 GenericValue ExitValue; // The return value of the called function
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 337 int64_t ExitValue;
339 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
367 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
378 if (InitValue >= ExitValue)
381 uint32_t Range = uint32_t(ExitValue-InitValue);
399 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
405 if (InitValue <= ExitValue)
408 uint32_t Range = uint32_t(InitValue-ExitValue);
426 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]

Completed in 49 milliseconds