Home
last modified time | relevance | path

Searched defs:DestVecTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp166 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
H A DInstructions.cpp3093 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
3159 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3116 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2316 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11095 VectorType const *DestVecTy = E->getType()->castAs<VectorType>(); in VisitShuffleVectorExpr() local