Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1648 static bool isDispSafeForFrameIndex(int64_t Val) { in isDispSafeForFrameIndex() function
1679 !isDispSafeForFrameIndex(Val)) in foldOffsetIntoAddress()
2243 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) { in matchAddressRecursively()