Home
last modified time | relevance | path

Searched refs:isNullFPConstant (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1638 bool isNullFPConstant(SDValue V);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2561 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()
2676 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp9532 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
H A DDAGCombiner.cpp19451 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5779 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14842 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()