Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4705 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
4874 if (!isFloatingPointZero(RHS)) in getVFPCmp()
5547 !(isFloatingPointZero(RHS) && TrueVal.getValueType() != MVT::f16) && in LowerSELECT_CC()
5593 if (isFloatingPointZero(Op)) { in canChangeToInt()
5601 if (isFloatingPointZero(Op)) in bitcastf32Toi32()
5616 if (isFloatingPointZero(Op)) { in expandf64Toi32()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1857 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
8090 if (isFloatingPointZero(RHS)) in LowerSELECT_CC()