Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp115 return getEmpty(W); in makeAllowedICmpRegion()
121 return getEmpty(W); in makeAllowedICmpRegion()
131 return getEmpty(W); in makeAllowedICmpRegion()
137 return getEmpty(W); in makeAllowedICmpRegion()
564 return getEmpty(); in intersectWith()
1008 return getEmpty(); in add()
1031 return getEmpty(); in addWithNoWrap()
1055 return getEmpty(); in sub()
1078 return getEmpty(); in subWithNoWrap()
1110 return getEmpty(); in multiply()
[all …]
H A DAsmWriter.cpp1357 static AsmWriterContext &getEmpty() { in getEmpty() function
1730 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter()
3565 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp159 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
293 return ConstantRange::getEmpty(PointerSize); in getAccessRange()
321 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
324 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
H A DBlockFrequencyInfoImpl.cpp819 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
H A DLazyValueInfo.cpp839 return ConstantRange::getEmpty(BW); in toConstantRange()
H A DValueTracking.cpp924 return ConstantRange::getEmpty(BitWidth); in getVScaleRange()
8891 ConstantRange CR = ConstantRange::getEmpty(BitWidth); in computeConstantRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp130 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h99 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2940 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2954 return ConstantRange::getEmpty(BitWidth);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9411 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()