Searched refs:isFloatIntPaint (Results 1 – 5 of 5) sorted by relevance
210 bool isFloatIntPaint(Type *to, Type *from);
994 bool isFloatIntPaint(Type *to, Type *from) in isFloatIntPaint() function
5904 … if (soe->offset == 0 && soe->var->isVarDeclaration() && isFloatIntPaint(e->type, soe->var->type)) in visit()5920 if (isFloatIntPaint(e->type, x->type)) in visit()
999 bool isFloatIntPaint(Type to, Type from) in isFloatIntPaint() function
6075 … if (soe1.offset == 0 && soe1.var.isVarDeclaration() && isFloatIntPaint(e.type, soe1.var.type)) in visit()6087 if (isFloatIntPaint(e.type, x.type)) in visit()