Home
last modified time | relevance | path

Searched refs:isFloatingPointZero (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4810 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
4976 if (!isFloatingPointZero(RHS)) in getVFPCmp()
5649 !(isFloatingPointZero(RHS) && TrueVal.getValueType() != MVT::f16) && in LowerSELECT_CC()
5692 if (isFloatingPointZero(Op)) { in canChangeToInt()
5700 if (isFloatingPointZero(Op)) in bitcastf32Toi32()
5715 if (isFloatingPointZero(Op)) { in expandf64Toi32()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1872 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
8281 if (isFloatingPointZero(RHS)) in LowerSELECT_CC()