OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExitValue
(Results
1 - 6
of
6
) 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/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
...]
Completed in 328 milliseconds