Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp571 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
DInstructions.cpp2799 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2854 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2918 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
/external/clang/lib/Sema/
DSemaCast.cpp2338 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1741 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in optimizeIntegerToVectorInsertions() local