Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp63 return getEmpty(Known.getBitWidth()); in fromKnownBits()
104 BW == 1 ? getEmpty() : ConstantRange(One, SignedMin); in splitPosNeg()
127 return getEmpty(W); in makeAllowedICmpRegion()
133 return getEmpty(W); in makeAllowedICmpRegion()
143 return getEmpty(W); in makeAllowedICmpRegion()
149 return getEmpty(W); in makeAllowedICmpRegion()
415 return getEmpty(BitWidth); in makeMaskNotEqualRange()
608 return getEmpty(); in intersectWith()
631 return getEmpty(); in intersectWith()
654 return getEmpty(); in intersectWith()
[all …]
H A DConstantFPRange.cpp121 return ConstantFPRange::getEmpty(Sem); in makeLessThan()
133 return ConstantFPRange::getEmpty(Sem); in makeGreaterThan()
171 return getEmpty(Other.getSemantics()); in makeAllowedFCmpRegion()
177 return getEmpty(Other.getSemantics()); in makeAllowedFCmpRegion()
227 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion()
235 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion()
246 : getEmpty(Other.getSemantics()), in makeSatisfyingFCmpRegion()
250 return getEmpty(Other.getSemantics()); in makeSatisfyingFCmpRegion()
H A DAsmWriter.cpp1439 static AsmWriterContext &getEmpty() { in getEmpty() function
1906 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter()
3830 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
H A DConstants.cpp1804 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange()
1811 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in toConstantRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFPRange.h43 ConstantFPRange getEmpty() const { in getEmpty() function
69 static ConstantFPRange getEmpty(const fltSemantics &Sem) { in getEmpty() function
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 DIVDescriptors.cpp741 ConstantRange ValidRange = ConstantRange::getEmpty(NumBits); in isFindIVPattern()
H A DValueTracking.cpp1097 return ConstantRange::getEmpty(BitWidth); in getVScaleRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h288 return ConstantRange::getEmpty(BW);
H A DBlockFrequencyInfoImpl.h96 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
644 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp126 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
H A DCorrelatedValuePropagation.cpp1261 ConstantRange::getEmpty(F.getReturnType()->getScalarSizeInBits()); in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2980 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2994 return ConstantRange::getEmpty(BitWidth);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1632 ConstantRange R = ConstantRange::getEmpty(I.getType()->getScalarSizeInBits()); in visitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10200 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()