Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp603 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
H A DInstructions.cpp3174 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
3240 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2961 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2232 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local