Searched refs:isParamGridConstant (Results 1 – 3 of 3) sorted by relevance
362 bool IsGridConstant = isParamGridConstant(*Arg); in adjustByValArgAlignment()414 bool IsGridConstant = isParamGridConstant(*Arg); in handleByValParam()442 << (isParamGridConstant(*Arg) ? "cast " : "copy ") in handleByValParam()478 if (isParamGridConstant(*Arg)) { in handleByValParam()
65 bool isParamGridConstant(const Value &);
209 bool isParamGridConstant(const Value &V) { in isParamGridConstant() function