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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp2952 /// canChangeToInt - Given the fp compare operand, return true if it is suitable
2954 static bool canChangeToInt(SDValue Op, bool &SeenZero, function
3031 bool LHSOk = canChangeToInt(LHS, LHSSeenZero, Subtarget);
3033 bool RHSOk = canChangeToInt(RHS, RHSSeenZero, Subtarget);

Completed in 190 milliseconds