Home
last modified time | relevance | path

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

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