Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantRange.cpp96 return getEmpty(W); in makeAllowedICmpRegion()
102 return getEmpty(W); in makeAllowedICmpRegion()
112 return getEmpty(W); in makeAllowedICmpRegion()
118 return getEmpty(W); in makeAllowedICmpRegion()
485 return getEmpty(); in intersectWith()
508 return getEmpty(); in intersectWith()
531 return getEmpty(); in intersectWith()
691 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
708 if (isEmptySet()) return getEmpty(DstTySize); in signExtend()
728 return getEmpty(DstTySize); in truncate()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp151 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
280 return ConstantRange::getEmpty(PointerSize); in getAccessRange()
308 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
311 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
DLazyValueInfo.cpp1610 return ConstantRange::getEmpty(Width); in getConstantRange()
1649 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
DBlockFrequencyInfoImpl.cpp828 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp164 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h98 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h2411 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2425 return ConstantRange::getEmpty(BitWidth);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp8788 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()