Searched refs:VectorLoadType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 412 Type *VectorLoadType = in createMaskedFindMismatch() local 414 Value *Passthru = ConstantInt::getNullValue(VectorLoadType); in createMaskedFindMismatch() 418 Value *VectorLhsLoad = Builder.CreateMaskedLoad(VectorLoadType, VectorLhsGep, in createMaskedFindMismatch() 423 Value *VectorRhsLoad = Builder.CreateMaskedLoad(VectorLoadType, VectorRhsGep, in createMaskedFindMismatch() 508 auto *VectorLoadType = ScalableVectorType::get(LoadType, ByteCompareVF); in createPredicatedFindMismatch() local 518 VectorType::get(Builder.getInt1Ty(), VectorLoadType->getElementCount()); in createPredicatedFindMismatch() 521 Intrinsic::vp_load, {VectorLoadType, VectorLhsGep->getType()}, in createPredicatedFindMismatch() 527 Intrinsic::vp_load, {VectorLoadType, VectorLhsGep->getType()}, in createPredicatedFindMismatch()
|