Home
last modified time | relevance | path

Searched refs:Op1Type (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp670 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
672 return CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op1Type, 128) || in CheckBuiltinFunctionCall()
678 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
679 return CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op1Type, 256) || in CheckBuiltinFunctionCall()
684 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
685 return CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op1Type, 128) || in CheckBuiltinFunctionCall()
710 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
712 return CheckInvalidVLENandLMUL(TI, TheCall, SemaRef, Op1Type, 128) || in CheckBuiltinFunctionCall()
721 QualType Op1Type = TheCall->getArg(0)->getType(); in CheckBuiltinFunctionCall() local
725 Context.getBuiltinVectorTypeInfo(Op1Type->castAs<BuiltinType>()); in CheckBuiltinFunctionCall()
[all …]