Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1590 bool isNullFPConstant(SDValue V);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1591 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()
1678 if (isNullConstant(Scl) || isNullFPConstant(Scl)) in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp8560 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
H A DDAGCombiner.cpp16312 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5216 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()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10186 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()