Searched refs:isNullFPConstant (Results 1 – 6 of 6) sorted by relevance
1590 bool isNullFPConstant(SDValue V);
1591 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()1678 if (isNullConstant(Scl) || isNullFPConstant(Scl)) in SimplifyDemandedVectorElts()
8560 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
16312 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
5216 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()19950 if (Subtarget.hasAVX() && !isNullFPConstant(Op1) && in LowerSELECT()19951 !isNullFPConstant(Op2)) { in LowerSELECT()38812 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()
10186 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()