Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 391 IntegerType *const MaxLoadType = in getCompareLoadPairs() local 398 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs() 404 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs() 484 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local 490 getLoadPair(LoadSizeType, /*NeedsBSwap=*/DL.isLittleEndian(), MaxLoadType, in emitLoadCompareBlock() 557 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local 561 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1"); in setupResultBlockPHINodes() 563 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src2"); in setupResultBlockPHINodes()
|