Searched refs:I64Type (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoopIdiomTransform.cpp | 478 Type *I64Type = Builder.getInt64Ty(); in expandFindMismatch() local 482 Value *ExtStart = Builder.CreateZExt(Start, I64Type); in expandFindMismatch() 483 Value *ExtEnd = Builder.CreateZExt(MaxLen, I64Type); in expandFindMismatch() 516 Value *RhsStart = Builder.CreatePtrToInt(RhsStartGEP, I64Type); in expandFindMismatch() 517 Value *LhsStart = Builder.CreatePtrToInt(LhsStartGEP, I64Type); in expandFindMismatch() 520 Value *LhsEnd = Builder.CreatePtrToInt(LhsEndGEP, I64Type); in expandFindMismatch() 521 Value *RhsEnd = Builder.CreatePtrToInt(RhsEndGEP, I64Type); in expandFindMismatch() 561 VecLen = Builder.CreateMul(VecLen, ConstantInt::get(I64Type, 16), "", in expandFindMismatch() 636 Builder.CreatePHI(I64Type, 1, "mismatch_sve_found_index"); in expandFindMismatch() 643 Ctz = Builder.CreateZExt(Ctz, I64Type); in expandFindMismatch() [all …]
|