Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantFold.cpp554 VectorType *DestVecTy = cast<VectorType>(DestTy); in ConstantFoldCastInstruction() local
DInstructions.cpp2549 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in isCastable() local
2610 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { in isBitCastable() local
2662 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) in getCastOpcode() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1644 VectorType *DestVecTy = cast<VectorType>(CI.getType()); in OptimizeIntegerToVectorInsertions() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp2234 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { in CheckCStyleCast() local