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

Declarations

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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2028     return foldICmpShlConstConst(Cmp, Shl->getOperand(1), C, *ShiftVal);