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

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

Completed in 63 milliseconds