Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp95 return getEmpty(W); in makeAllowedICmpRegion()
101 return getEmpty(W); in makeAllowedICmpRegion()
111 return getEmpty(W); in makeAllowedICmpRegion()
117 return getEmpty(W); in makeAllowedICmpRegion()
464 return getEmpty(); in intersectWith()
487 return getEmpty(); in intersectWith()
510 return getEmpty(); in intersectWith()
670 if (isEmptySet()) return getEmpty(DstTySize); in zeroExtend()
687 if (isEmptySet()) return getEmpty(DstTySize); in signExtend()
707 return getEmpty(DstTySize); in truncate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h51 ConstantRange getEmpty() const { in getEmpty() function
73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp165 return ConstantRange::getEmpty(MaxIntegerBW + 1); in unknownRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h89 static BlockMass getEmpty() { return BlockMass(); } in getEmpty() function
642 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h1520 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
1530 return ConstantRange::getEmpty(BitWidth);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp797 Mass = BlockMass::getEmpty(); in updateLoopWithIrreducible()
DLazyValueInfo.cpp1726 return ConstantRange::getEmpty(Width); in getConstantRange()
1765 return ConstantRange::getEmpty(Width); in getConstantRangeOnEdge()