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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3121 /// isFloatingPointZero - Return true if this is +0.0.
3122 static bool isFloatingPointZero(SDValue Op) { function
3202 if (!isFloatingPointZero(RHS))
3523 if (isFloatingPointZero(Op)) {
3531 if (isFloatingPointZero(Op))
3545 if (isFloatingPointZero(Op)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp835 /// isFloatingPointZero - Return true if this is 0.0 or -0.0.
836 static bool isFloatingPointZero(SDValue Op) { function
5002 if (isFloatingPointZero(RHS))

Completed in 477 milliseconds