Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3118 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
3211 if (!isFloatingPointZero(RHS)) in getVFPCmp()
3581 if (isFloatingPointZero(Op)) { in canChangeToInt()
3589 if (isFloatingPointZero(Op)) in bitcastf32Toi32()
3603 if (isFloatingPointZero(Op)) { in expandf64Toi32()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1061 static bool isFloatingPointZero(SDValue Op) { in isFloatingPointZero() function
5783 if (isFloatingPointZero(RHS)) in LowerSELECT_CC()