Searched refs:isNullFPConstant (Results 1 – 8 of 8) sorted by relevance
1686 bool isNullFPConstant(SDValue V);
219 if (isNullFPConstant(Opnd0)) in SelectDupZeroOrUndef()237 if (isNullFPConstant(Opnd0)) in SelectDupZero()
2845 return isNullConstant(Opnd0) || isNullFPConstant(Opnd0); in isZerosVector()18663 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()
2785 (isNullConstant(RHS) || isNullFPConstant(RHS))) { in generateComparison()
3024 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()3157 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
10879 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
21435 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
6375 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()25537 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()25538 !isNullFPConstant(Op2)) { in LowerSELECT()52311 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()