Searched defs:DestVecTy (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantFold.cpp | 226 VectorType *DestVecTy = cast<VectorType>(DestTy); ConstantFoldCastInstruction() local |
H A D | Instructions.cpp | 3561 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { isBitCastable() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCast.cpp | 3106 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { CheckCStyleCast() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 2226 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); optimizeIntegerToVectorInsertions() local |