Searched defs:isZext (Results 1 – 2 of 2) sorted by relevance
66 bool isZext()const { return hasAttr(FunctionParameterAttributeZext);} in isZext() function
2020 bool isZext = isa<ZExtInst>(I); in SelectIntCast() local