Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp3496 auto MvecCType = E->getType(); in EmitARMMVEBuiltinExpr() local
3497 auto MvecLType = ConvertType(MvecCType); in EmitARMMVEBuiltinExpr()
3537 auto MvecCType = E->getArg(1)->getType(); in EmitARMMVEBuiltinExpr() local
3538 auto MvecLType = ConvertType(MvecCType); in EmitARMMVEBuiltinExpr()
3551 AggValueSlot MvecSlot = CreateAggTemp(MvecCType); in EmitARMMVEBuiltinExpr()