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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5093 /// canChangeToInt - Given the fp compare operand, return true if it is suitable
5095 static bool canChangeToInt(SDValue Op, bool &SeenZero, function
5169 bool LHSOk = canChangeToInt(LHS, LHSSeenZero, Subtarget);
5171 bool RHSOk = canChangeToInt(RHS, RHSSeenZero, Subtarget);

Completed in 132 milliseconds