HomeSort by: relevance | last modified time | path
    Searched refs:getEmpty (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 96 return getEmpty(W);
102 return getEmpty(W);
112 return getEmpty(W);
118 return getEmpty(W);
485 return getEmpty();
508 return getEmpty();
531 return getEmpty();
691 if (isEmptySet()) return getEmpty(DstTySize);
708 if (isEmptySet()) return getEmpty(DstTySize);
728 return getEmpty(DstTySize)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 51 ConstantRange getEmpty() const {
73 static ConstantRange getEmpty(uint32_t BitWidth) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 151 ConstantRange R = ConstantRange::getEmpty(PointerSize);
278 return ConstantRange::getEmpty(PointerSize);
306 return ConstantRange::getEmpty(PointerSize);
309 return ConstantRange::getEmpty(PointerSize);
LazyValueInfo.cpp 1591 return ConstantRange::getEmpty(Width);
1630 return ConstantRange::getEmpty(Width);
BlockFrequencyInfoImpl.cpp 814 Mass = BlockMass::getEmpty();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 163 return ConstantRange::getEmpty(MaxIntegerBW + 1);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 92 static BlockMass getEmpty() { return BlockMass(); }
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2102 : BitWidth(BitWidth), Assumed(ConstantRange::getEmpty(BitWidth)),
2116 return ConstantRange::getEmpty(BitWidth);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 9087 ? ConstantRange::getEmpty(FunctionSummary::ParamAccess::RangeWidth)

Completed in 34 milliseconds