Searched defs:isDispSafeForFrameIndex (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 100 milliseconds