Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8249 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() argument
8252 const VectorType *RV = VecResTy->getAs<VectorType>(); in checkVectorResult()
8257 << CondTy << VecResTy; in checkVectorResult()
8266 << CondTy << VecResTy; in checkVectorResult()
8294 QualType VecResTy = in OpenCLCheckVectorConditional() local
8301 if (VecResTy.isNull()) in OpenCLCheckVectorConditional()
8305 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional()
8307 return VecResTy; in OpenCLCheckVectorConditional()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19623 EVT VecResTy; in tryCombineFixedPointConvert() local
19633 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert()
19635 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert()
19640 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()