HomeSort by: relevance | last modified time | path
    Searched refs:isFloatingPointZero (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 4469 /// isFloatingPointZero - Return true if this is +0.0.
4470 static bool isFloatingPointZero(SDValue Op) {
4641 if (!isFloatingPointZero(RHS))
5289 !(isFloatingPointZero(RHS) && TrueVal.getValueType() != MVT::f16) &&
5335 if (isFloatingPointZero(Op)) {
5343 if (isFloatingPointZero(Op))
5358 if (isFloatingPointZero(Op)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 1742 /// isFloatingPointZero - Return true if this is 0.0 or -0.0.
1743 static bool isFloatingPointZero(SDValue Op) {
7840 if (isFloatingPointZero(RHS))

Completed in 69 milliseconds