Searched refs:isNullFPConstant (Results 1 – 7 of 7) sorted by relevance
1669 bool isNullFPConstant(SDValue V);
2997 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()3130 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
10619 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
20510 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
7591 isNullFPConstant(V)) in combineBinOpToReduce()
6251 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()25084 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()25085 !isNullFPConstant(Op2)) { in LowerSELECT()50988 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()
17063 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()