Lines Matching refs:FVTy
3256 StringRef Name, Intrinsic::ID IntrinsicID, FixedVectorType *FVTy, in ConstantFoldFixedVectorCall() argument
3259 SmallVector<Constant *, 4> Result(FVTy->getNumElements()); in ConstantFoldFixedVectorCall()
3261 Type *Ty = FVTy->getElementType(); in ConstantFoldFixedVectorCall()
3269 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, FVTy, DL); in ConstantFoldFixedVectorCall()
3272 for (unsigned I = 0, E = FVTy->getNumElements(); I != E; ++I) { in ConstantFoldFixedVectorCall()
3298 if (NewElements.size() != FVTy->getNumElements()) in ConstantFoldFixedVectorCall()
3307 unsigned Lanes = FVTy->getNumElements(); in ConstantFoldFixedVectorCall()
3325 unsigned Lanes = FVTy->getNumElements(); in ConstantFoldFixedVectorCall()
3344 for (unsigned I = 0, E = FVTy->getNumElements(); I != E; ++I) { in ConstantFoldFixedVectorCall()
3487 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) in ConstantFoldCall() local
3489 Name, IID, FVTy, Operands, F->getDataLayout(), TLI, Call); in ConstantFoldCall()