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

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
MainData.h 92 int ExitValue; ///< Value being returned by _Exit()
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 96 GenericValue ExitValue; // The return value of the called function
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 84 GenericValue ExitValue; // The return value of the called function
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 77 GenericValue ExitValue; // The return value of the called function
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 303 int64_t ExitValue;
305 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
333 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
344 if (InitValue >= ExitValue)
347 uint32_t Range = uint32_t(ExitValue-InitValue);
365 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
371 if (InitValue <= ExitValue)
374 uint32_t Range = uint32_t(InitValue-ExitValue);
392 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 312 int64_t ExitValue;
314 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
342 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
353 if (InitValue >= ExitValue)
356 uint32_t Range = uint32_t(ExitValue-InitValue);
374 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
380 if (InitValue <= ExitValue)
383 uint32_t Range = uint32_t(InitValue-ExitValue);
401 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 343 int64_t ExitValue;
345 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
373 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
384 if (InitValue >= ExitValue)
387 uint32_t Range = uint32_t(ExitValue-InitValue);
405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
410 if (InitValue <= ExitValue)
413 uint32_t Range = uint32_t(InitValue-ExitValue);
431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]

Completed in 510 milliseconds