Searched refs:Op2Type (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.cpp | 671 QualType Op2Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local 673 CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op2Type, 128) || in CheckBuiltinFunctionCall() 711 QualType Op2Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local 713 CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op2Type, 128); in CheckBuiltinFunctionCall() 722 QualType Op2Type = TheCall->getArg(1)->getType(); in CheckBuiltinFunctionCall() local 734 CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op2Type, in CheckBuiltinFunctionCall()
|