Searched refs:PredVTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoopIdiomTransform.cpp | 554 ScalableVectorType *PredVTy = in expandFindMismatch() local 558 Intrinsic::get_active_lane_mask, {PredVTy, I64Type}, {ExtStart, ExtEnd}); in expandFindMismatch() 564 Value *PFalse = Builder.CreateVectorSplat(PredVTy->getElementCount(), in expandFindMismatch() 576 PHINode *LoopPred = Builder.CreatePHI(PredVTy, 2, "mismatch_sve_loop_pred"); in expandFindMismatch() 615 {PredVTy, I64Type}, {NewSVEIndexPhi, ExtEnd}); in expandFindMismatch() 630 PHINode *FoundPred = Builder.CreatePHI(PredVTy, 1, "mismatch_sve_found_pred"); in expandFindMismatch() 633 Builder.CreatePHI(PredVTy, 1, "mismatch_sve_last_loop_pred"); in expandFindMismatch()
|