Lines Matching defs:ExtEnd
129 Value *ExtEnd);
133 Value *ExtEnd);
378 GetElementPtrInst *GEPB, Value *ExtStart, Value *ExtEnd) {
389 Intrinsic::get_active_lane_mask, {PredVTy, I64Type}, {ExtStart, ExtEnd});
447 {PredVTy, I64Type}, {NewVectorIndexPhi, ExtEnd});
482 GetElementPtrInst *GEPB, Value *ExtStart, Value *ExtEnd) {
503 Value *AVL = Builder.CreateSub(ExtEnd, VectorIndexPhi, "avl", /*HasNUW=*/true,
557 Value *ExitCond = Builder.CreateICmpNE(NewVectorIndexPhi, ExtEnd);
676 Value *ExtEnd = Builder.CreateZExt(MaxLen, I64Type);
711 Value *LhsEndGEP = Builder.CreateGEP(LoadType, PtrA, ExtEnd);
712 Value *RhsEndGEP = Builder.CreateGEP(LoadType, PtrB, ExtEnd);
751 createMaskedFindMismatch(Builder, DTU, GEPA, GEPB, ExtStart, ExtEnd);
755 ExtStart, ExtEnd);