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 84 GenericValue ExitValue; // The return value of the called function
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 304 int64_t ExitValue;
306 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
334 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
345 if (InitValue >= ExitValue)
348 uint32_t Range = uint32_t(ExitValue-InitValue);
366 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
372 if (InitValue <= ExitValue)
375 uint32_t Range = uint32_t(InitValue-ExitValue);
393 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]

Completed in 850 milliseconds