Searched refs:hasFPCMov (Results 1 – 1 of 1) sorted by relevance
2921 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function24256 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()47259 !Subtarget.canUseCMOV() || hasFPCMov(CC)) { in combineCMov()