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 97 GenericValue ExitValue; // The return value of the called function
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 305 int64_t ExitValue;
307 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
335 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
346 if (InitValue >= ExitValue)
349 uint32_t Range = uint32_t(ExitValue-InitValue);
367 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
373 if (InitValue <= ExitValue)
376 uint32_t Range = uint32_t(InitValue-ExitValue);
394 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]

Completed in 60 milliseconds