Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A 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()
508 return getEmpty(); in intersectWith()
910 return getEmpty(); in add()
933 return getEmpty(); in addWithNoWrap()
957 return getEmpty(); in sub()
980 return getEmpty(); in subWithNoWrap()
1012 return getEmpty(); in multiply()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A 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()
H A DLazyValueInfo.cpp1610 return ConstantRange::getEmpty(Width); in getConstantRange()
1649 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
H A DBlockFrequencyInfoImpl.cpp828 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp164 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h98 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2411 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2425 return ConstantRange::getEmpty(BitWidth);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8788 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()