Searched refs:vectorEltTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7833 QualType vectorEltTy, in tryVectorConvertAndSplat() argument 7839 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 7843 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat() 7846 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat() 7849 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat() 7864 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 9633 QualType vectorEltTy, in tryVectorConvertAndSplat() argument 9640 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat() 9643 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat() 9650 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat() 9653 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat() 9670 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()
|