Searched defs:DestVecTy (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantFold.cpp | 166 VectorType *DestVecTy = cast<VectorType>(DestTy); ConstantFoldCastInstruction() local |
H A D | Instructions.cpp | 3093 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { isBitCastable() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCast.cpp | 3116 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { CheckCStyleCast() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 2314 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); optimizeIntegerToVectorInsertions() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 11080 VectorType const *DestVecTy = E->getType()->castAs<VectorType>(); VisitShuffleVectorExpr() local |