Searched defs:isFloatingPointZero (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp548 /// isFloatingPointZero - Return true if this is 0.0 or -0.0.
549 static bool isFloatingPointZero(SDValue Op) { function
3726 if (isFloatingPointZero(RHS))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2740 /// isFloatingPointZero - Return true if this is +0.0.
2741 static bool isFloatingPointZero(SDValue Op) { function
2821 if (!isFloatingPointZero(RHS))
2951 if (isFloatingPointZero(Op)) {
2959 if (isFloatingPointZero(Op))
2973 if (isFloatingPointZero(Op)) {

Completed in 82 milliseconds