Searched refs:VecResTy (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6538 static bool checkVectorResult(Sema &S, QualType CondTy, QualType VecResTy, in checkVectorResult() argument 6541 const VectorType *RV = VecResTy->getAs<VectorType>(); in checkVectorResult() 6546 << CondTy << VecResTy; in checkVectorResult() 6555 << CondTy << VecResTy; in checkVectorResult() 6581 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional() local 6585 if (VecResTy.isNull()) return QualType(); in OpenCLCheckVectorConditional() 6588 if (checkVectorResult(S, CondTy, VecResTy, QuestionLoc)) in OpenCLCheckVectorConditional() 6590 return VecResTy; in OpenCLCheckVectorConditional()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8148 EVT VecResTy; in tryCombineFixedPointConvert() local 8157 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert() 8159 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert() 8164 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9313 EVT VecResTy; in tryCombineFixedPointConvert() local 9322 VecResTy = MVT::v4f32; in tryCombineFixedPointConvert() 9324 VecResTy = MVT::v2f64; in tryCombineFixedPointConvert() 9329 DAG.getNode(ISD::INTRINSIC_WO_CHAIN, DL, VecResTy, IID, Vec, Shift); in tryCombineFixedPointConvert()
|