Searched refs:transformZExtICmp (Results 1 – 2 of 2) sorted by relevance
250 Instruction *transformZExtICmp(ICmpInst *ICI, ZExtInst &CI);
989 Instruction *InstCombinerImpl::transformZExtICmp(ICmpInst *Cmp, ZExtInst &Zext) { in transformZExtICmp() function in InstCombinerImpl1326 return transformZExtICmp(Cmp, CI); in visitZExt()