Lines Matching defs:ElTy
241 QualType ElTy = Args[0].getAsType();
244 if (const auto *VecTy = ElTy->getAs<clang::VectorType>())
245 ElTy = VecTy->getElementType();
247 if (ElTy->isSignedIntegerType()) {
248 switch (Context.getTypeSize(ElTy)) {
256 } else if (ElTy->isUnsignedIntegerType()) {
257 switch (Context.getTypeSize(ElTy)) {
265 } else if (ElTy->isSpecificBuiltinType(BuiltinType::Half))
267 else if (ElTy->isSpecificBuiltinType(BuiltinType::Float))
269 else if (ElTy->isSpecificBuiltinType(BuiltinType::Double))