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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  957   Instruction *foldICmpShrConstConst(ICmpInst &I, Value *ShAmt, const APInt &C1,

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2176     return foldICmpShrConstConst(Cmp, Shr->getOperand(1), C, *ShiftVal);