Searched refs:isNullFPConstant (Results 1 – 8 of 8) sorted by relevance
1859 LLVM_ABI bool isNullFPConstant(SDValue V);
2765 (isNullConstant(RHS) || isNullFPConstant(RHS))) { in generateComparison()
220 if (isNullFPConstant(Opnd0)) in SelectDupZeroOrUndef()240 if (isNullFPConstant(Opnd0)) in SelectDupZero()
3223 return isNullConstant(Opnd0) || isNullFPConstant(Opnd0); in isZerosVector()15099 if (!isNullConstant(ConstantValue) && !isNullFPConstant(ConstantValue) && in LowerBUILD_VECTOR()22868 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()
3407 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()3540 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
12447 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
24411 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
3976 return isNullConstant(Elt) || isNullFPConstant(Elt); in isZeroNode()24995 if (Subtarget.hasSSE41() && !isNullFPConstant(Op1) && in LowerSELECT()24996 !isNullFPConstant(Op2)) { in LowerSELECT()55027 return isNullFPConstant(V) || ISD::isBuildVectorAllZeros(V.getNode()); in isNullFPScalarOrVectorConst()