Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp559 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
H A DInstructions.cpp2634 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2695 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2759 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2287 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1677 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local