Lines Matching defs:ElTy
242 QualType ElTy = Args[0].getAsType();
245 if (const auto *VecTy = ElTy->getAs<clang::VectorType>())
246 ElTy = VecTy->getElementType();
248 if (ElTy->isSignedIntegerType()) {
249 switch (Context.getTypeSize(ElTy)) {
257 } else if (ElTy->isUnsignedIntegerType()) {
258 switch (Context.getTypeSize(ElTy)) {
266 } else if (ElTy->isSpecificBuiltinType(BuiltinType::Half))
268 else if (ElTy->isSpecificBuiltinType(BuiltinType::Float))
270 else if (ElTy->isSpecificBuiltinType(BuiltinType::Double))