Searched refs:isNullFPConstant (Results 1 – 6 of 6) sorted by relevance
1626 bool isNullFPConstant(SDValue V);
2549 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()2664 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
9447 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
19246 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
5782 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()23660 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()23661 !isNullFPConstant(Op2)) { in LowerSELECT()47257 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()
14422 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()