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

Declarations

include/llvm/IR/ConstantRange.h
  479 ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD);

References

lib/Analysis/InstructionSimplify.cpp
 3227       auto RHS_CR = getConstantRangeFromMetadata(
 3229       auto LHS_CR = getConstantRangeFromMetadata(
lib/Analysis/LazyValueInfo.cpp
  586             getConstantRangeFromMetadata(*Ranges));
 1236         RHSRange = getConstantRangeFromMetadata(*Ranges);
lib/Analysis/ScalarEvolution.cpp
 5528       return getConstantRangeFromMetadata(*MD);
lib/Analysis/ValueTracking.cpp
 5709       CR = CR.intersectWith(getConstantRangeFromMetadata(*Range));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8583   ConstantRange CR = getConstantRangeFromMetadata(*Range);
lib/IR/Globals.cpp
  311   return getConstantRangeFromMetadata(*MD);
lib/Transforms/Utils/Local.cpp
 2578   if (!getConstantRangeFromMetadata(*N).contains(APInt(BitWidth, 0))) {