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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp558 static bool isDispSafeForFrameIndex(int64_t Val) { function
579 !isDispSafeForFrameIndex(Val))
987 (!Subtarget->is64Bit() || isDispSafeForFrameIndex(AM.Disp))) {

Completed in 44 milliseconds