Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp226 VectorType *DestVecTy = cast<VectorType>(DestTy); ConstantFoldCastInstruction() local
H A DInstructions.cpp3561 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) { isBitCastable() local
3627 if (VectorType *DestVecTy = dyn_cast<VectorType>(DestTy)) getCastOpcode() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3106 if (const VectorType *DestVecTy = DestType->getAs<VectorType>()) { CheckCStyleCast() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2226 auto *DestVecTy = cast<FixedVectorType>(CI.getType()); optimizeIntegerToVectorInsertions() local