Searched refs:isZext (Results 1 – 3 of 3) sorted by relevance
66 bool isZext()const { return hasAttr(FunctionParameterAttributeZext);} in isZext() function
2020 bool isZext = isa<ZExtInst>(I); in SelectIntCast() local2028 if (isZext) in SelectIntCast()2035 if (isZext) in SelectIntCast()2041 if (isZext) { in SelectIntCast()
565 return MDString::get(*Context, transTypeToOCLTypeName(Ty, !Arg->isZext())); in transOCLKernelArgTypeName()