Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ICEArguments

1304     unsigned ICEArguments = 0;
1306 getContext().GetBuiltinType(BuiltinID, Error, &ICEArguments);
1315 if ((ICEArguments & (1 << i)) == 0) {
2251 unsigned ICEArguments = 0;
2253 getContext().GetBuiltinType(BuiltinID, Error, &ICEArguments);
2258 if ((ICEArguments & (1 << i)) == 0) {