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

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  526   Instruction *transformZExtICmp(ICmpInst *ICI, ZExtInst &CI,

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
 1176     return transformZExtICmp(ICI, CI);
 1186         (transformZExtICmp(LHS, CI, false) ||
 1187          transformZExtICmp(RHS, CI, false))) {
 1195         transformZExtICmp(LHS, *LZExt);
 1197         transformZExtICmp(RHS, *RZExt);