Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1077 Value *IntCast = Builder.CreateIntCast(In, Zext.getType(), false); in transformZExtICmp() local
1078 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()