Home
last modified time | relevance | path

Searched refs:getEmpty (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp62 return getEmpty(Known.getBitWidth()); in fromKnownBits()
115 return getEmpty(W); in makeAllowedICmpRegion()
121 return getEmpty(W); in makeAllowedICmpRegion()
131 return getEmpty(W); in makeAllowedICmpRegion()
137 return getEmpty(W); in makeAllowedICmpRegion()
404 return getEmpty(BitWidth); in makeMaskNotEqualRange()
597 return getEmpty(); in intersectWith()
620 return getEmpty(); in intersectWith()
643 return getEmpty(); in intersectWith()
829 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
[all …]
H A DAsmWriter.cpp1378 static AsmWriterContext &getEmpty() { in getEmpty() function
1807 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter()
3667 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
H A DConstants.cpp1772 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange()
1779 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp159 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
317 return ConstantRange::getEmpty(PointerSize); in getAccessRange()
345 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
348 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
H A DBlockFrequencyInfoImpl.cpp804 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
H A DValueTracking.cpp1017 return ConstantRange::getEmpty(BitWidth); in getVScaleRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h290 return ConstantRange::getEmpty(BW);
H A DBlockFrequencyInfoImpl.h99 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
647 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp130 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1531 ConstantRange R = ConstantRange::getEmpty(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2933 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2947 return ConstantRange::getEmpty(BitWidth);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9872 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()