Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
537 return getEmpty(); in intersectWith()
560 return getEmpty(); in intersectWith()
583 return getEmpty(); in intersectWith()
769 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
786 if (isEmptySet()) return getEmpty(DstTySize); in signExtend()
806 return getEmpty(DstTySize); in truncate()
[all …]
H A DAsmWriter.cpp1305 static AsmWriterContext &getEmpty() { in getEmpty() function
1672 : Out(Out), WriterCtx(AsmWriterContext::getEmpty()) {} in MDFieldPrinter()
3507 writeDIExpression(Out, Expr, AsmWriterContext::getEmpty()); in printNamedMDNode()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/openbsd-src/gnu/llvm/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.cpp827 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
H A DLazyValueInfo.cpp1643 return ConstantRange::getEmpty(Width); in getConstantRange()
1725 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp162 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h98 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2760 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2774 return ConstantRange::getEmpty(BitWidth);
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp9235 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()