Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1626 bool isNullFPConstant(SDValue V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2549 (isNullConstant(SrcOp) || isNullFPConstant(SrcOp))) { in SimplifyDemandedVectorElts()
2664 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
H A DSelectionDAG.cpp9447 bool llvm::isNullFPConstant(SDValue V) { in isNullFPConstant() function in llvm
H A DDAGCombiner.cpp19246 if (isNullConstant(Op) || isNullFPConstant(Op)) { in reduceBuildVecToShuffle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5782 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14422 if (!isNullConstant(EltVal) && !isNullFPConstant(EltVal)) in replaceZeroVectorStore()