Searched refs:VectorLhsGep (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 416 Value *VectorLhsGep = in createMaskedFindMismatch() local 418 Value *VectorLhsLoad = Builder.CreateMaskedLoad(VectorLoadType, VectorLhsGep, in createMaskedFindMismatch() 515 Value *VectorLhsGep = in createPredicatedFindMismatch() local 521 Intrinsic::vp_load, {VectorLoadType, VectorLhsGep->getType()}, in createPredicatedFindMismatch() 522 {VectorLhsGep, AllTrueMask, VL}, nullptr, "lhs.load"); in createPredicatedFindMismatch() 527 Intrinsic::vp_load, {VectorLoadType, VectorLhsGep->getType()}, in createPredicatedFindMismatch()
|