Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp151 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
278 return ConstantRange::getEmpty(PointerSize); in getAccessRange()
306 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
309 return ConstantRange::getEmpty(PointerSize); in getMemIntrinsicAccessRange()
H A DBlockFrequencyInfoImpl.cpp814 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
H A DLazyValueInfo.cpp1591 return ConstantRange::getEmpty(Width); in getConstantRange()
1630 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp163 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h92 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2102 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2116 return ConstantRange::getEmpty(BitWidth);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp9087 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth) in parseParamAccessOffset()