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

References

include/llvm/Analysis/InstructionSimplify.h
   66     if (UseInstrInfo)
   72     if (UseInstrInfo)
   78     if (UseInstrInfo)
   84     if (UseInstrInfo && isa<PossiblyExactOperator>(Op))
lib/Analysis/InstructionSimplify.cpp
  847   if (Q.IIQ.UseInstrInfo &&
 1082   if (Q.IIQ.UseInstrInfo &&
 1284   if (Q.IIQ.UseInstrInfo &&
 1355   if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1))))
 2310                            IIQ.UseInstrInfo) &&
 2576     if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo))
 2581     if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo))
 2650   ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo);
 3404       isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) {
lib/Analysis/ValueTracking.cpp
 2227           if (Q.IIQ.UseInstrInfo &&