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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 63 return getFull(Known.getBitWidth());
92 return getFull(W);
193 return ConstantRange::getFull(V.getBitWidth());
208 return ConstantRange::getFull(BitWidth);
287 return getFull(BitWidth);
599 return getFull();
613 return getFull();
639 return getFull();
665 return getFull(ResultBitWidth);
685 // Conservatively return getFull set
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 56 ConstantRange getFull() const {
78 static ConstantRange getFull(uint32_t BitWidth) {
86 return getFull(Lower.getBitWidth());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 160 return ConstantRange::getFull(MaxIntegerBW + 1);
207 auto Input = ConstantRange::getFull(BW);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 393 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass;
402 << BlockMass::getFull() << " - " << TotalBackedgeMass
831 BlockMass LoopMass = BlockMass::getFull();
860 BlockMass LoopMass = BlockMass::getFull();
StackSafetyAnalysis.cpp 81 return ConstantRange::getFull(L.getBitWidth());
93 Result = ConstantRange::getFull(Result.getBitWidth());
500 UnknownRange(ConstantRange::getFull(PointerBitWidth)) {}
LazyValueInfo.cpp 886 return ConstantRange::getFull(OperandBitWidth);
1598 return ConstantRange::getFull(Width);
1637 return ConstantRange::getFull(Width);
ScalarEvolution.cpp 6063 return ConstantRange::getFull(BitWidth);
6079 return ConstantRange::getFull(BitWidth);
6098 return ConstantRange::getFull(BitWidth);
6153 return ConstantRange::getFull(BitWidth);
6161 return ConstantRange::getFull(BitWidth);
6168 return ConstantRange::getFull(BitWidth);
6200 return ConstantRange::getFull(BitWidth);
6208 return ConstantRange::getFull(BitWidth);
6292 return ConstantRange::getFull(BitWidth);
6296 return ConstantRange::getFull(BitWidth)
    [all...]
ValueTracking.cpp 6939 return ConstantRange::getFull(V->getType()->getScalarSizeInBits());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 969 ConstantRange A = ConstantRange::getFull(I.getType()->getScalarSizeInBits());
970 ConstantRange B = ConstantRange::getFull(I.getType()->getScalarSizeInBits());
1261 ConstantRange::getFull(DL.getTypeSizeInBits(CopyOf->getType()));
1272 : ConstantRange::getFull(
1314 ConstantRange::getFull(Op->getType()->getScalarSizeInBits()));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 94 static BlockMass getFull() {
1273 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1294 Working[0].getMass() = BlockMass::getFull();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 2103 Known(ConstantRange::getFull(BitWidth)) {}
2111 return ConstantRange::getFull(BitWidth);

Completed in 39 milliseconds