Searched refs:Op1Type (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5377 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckRISCVBuiltinFunctionCall() local 5379 return CheckInvalidVLENandLMUL(TI, TheCall, *this, Op1Type, 128) || in CheckRISCVBuiltinFunctionCall() 5385 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckRISCVBuiltinFunctionCall() local 5386 return CheckInvalidVLENandLMUL(TI, TheCall, *this, Op1Type, 256) || in CheckRISCVBuiltinFunctionCall() 5391 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckRISCVBuiltinFunctionCall() local 5392 return CheckInvalidVLENandLMUL(TI, TheCall, *this, Op1Type, 128) || in CheckRISCVBuiltinFunctionCall() 5417 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckRISCVBuiltinFunctionCall() local 5419 return CheckInvalidVLENandLMUL(TI, TheCall, *this, Op1Type, 128) || in CheckRISCVBuiltinFunctionCall() 5428 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckRISCVBuiltinFunctionCall() local 5432 Context.getBuiltinVectorTypeInfo(Op1Type->castAs<BuiltinType>()); in CheckRISCVBuiltinFunctionCall() [all …]
|