Searched refs:SrcScalarTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2044 PointerType *SrcScalarTy = cast<PointerType>(C->getType()->getScalarType()); local
2047 if (SrcScalarTy->getElementType() != DstElemTy) {
2048 Type *MidTy = PointerType::get(DstElemTy, SrcScalarTy->getAddressSpace());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6414 Type *SrcScalarTy = I->getOperand(0)->getType();
6416 VectorTy->isVectorTy() ? ToVectorTy(SrcScalarTy, VF) : SrcScalarTy;

Completed in 180 milliseconds