reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/ConstantRange.h
   86       return getFull(Lower.getBitWidth());
lib/Analysis/LazyValueInfo.cpp
 1005   ConstantRange Range = ConstantRange::getFull(OperandBitWidth);
 1729   return ConstantRange::getFull(Width);
 1768   return ConstantRange::getFull(Width);
lib/Analysis/ScalarEvolution.cpp
 5771     return ConstantRange::getFull(BitWidth);
 5787     return ConstantRange::getFull(BitWidth);
 5806     return ConstantRange::getFull(BitWidth);
 5932     return ConstantRange::getFull(BitWidth);
 5936     return ConstantRange::getFull(BitWidth);
 5942     return ConstantRange::getFull(BitWidth);
lib/IR/ConstantRange.cpp
   62     return getFull(Known.getBitWidth());
   91     return getFull(W);
  187     return ConstantRange::getFull(V.getBitWidth());
  202     return ConstantRange::getFull(BitWidth);
  281       return getFull(BitWidth);
  709     return getFull(DstTySize);
  722       return getFull(DstTySize);
  755   return getFull(DstTySize);
lib/Transforms/Scalar/Float2Int.cpp
  160   return ConstantRange::getFull(MaxIntegerBW + 1);
  207       auto Input = ConstantRange::getFull(BW);
unittests/IR/ConstantRangeTest.cpp
  592             ConstantRange::getFull(16));
  595             ConstantRange::getFull(16));
 1555           Instruction::Shl, ConstantRange::getFull(32), OBO::NoUnsignedWrap),
 1560           Instruction::Shl, ConstantRange::getFull(32), OBO::NoSignedWrap),
 1567             ConstantRange::getFull(32));
 1570             ConstantRange::getFull(32));
 1611     ConstantRange Full = ConstantRange::getFull(Bits);