Home
last modified time | relevance | path

Searched refs:transformZExtICmp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h250 Instruction *transformZExtICmp(ICmpInst *ICI, ZExtInst &CI);
H A DInstCombineCasts.cpp989 Instruction *InstCombinerImpl::transformZExtICmp(ICmpInst *Cmp, ZExtInst &Zext) { in transformZExtICmp() function in InstCombinerImpl
1326 return transformZExtICmp(Cmp, CI); in visitZExt()