Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ICEArguments

1441     unsigned ICEArguments = 0;
1443 getContext().GetBuiltinType(BuiltinID, Error, &ICEArguments);
1452 if ((ICEArguments & (1 << i)) == 0) {
2511 unsigned ICEArguments = 0;
2513 getContext().GetBuiltinType(BuiltinID, Error, &ICEArguments);
2518 if ((ICEArguments & (1 << i)) == 0) {