Searched refs:isNullFPConstant (Results 1 – 6 of 6) sorted by relevance
1638 bool isNullFPConstant(SDValue V);
2561 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()2676 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
9532 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
19451 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
5779 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()23828 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()23829 !isNullFPConstant(Op2)) { in LowerSELECT()47577 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()
14842 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()