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.cpp4722 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
4891 if (!isFloatingPointZero(RHS)) in getVFPCmp()
5564 !(isFloatingPointZero(RHS) && TrueVal.getValueType() != MVT::f16) && in LowerSELECT_CC()
5610 if (isFloatingPointZero(Op)) { in canChangeToInt()
5618 if (isFloatingPointZero(Op)) in bitcastf32Toi32()
5633 if (isFloatingPointZero(Op)) { in expandf64Toi32()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1862 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
8215 if (isFloatingPointZero(RHS)) in LowerSELECT_CC()