Home
last modified time | relevance | path

Searched refs:isInRangeForImmU32 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dx86_64.h374 inline bool isInRangeForImmU32(uint64_t Value) { in isInRangeForImmU32() function
403 if (LLVM_LIKELY(isInRangeForImmU32(Value))) in applyFixup()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A Dx86_64.cpp103 bool TargetInRangeForImmU32 = isInRangeForImmU32(TargetAddr.getValue()); in optimizeGOTAndStubAccesses()