Searched refs:MaxLoadType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 388 IntegerType *const MaxLoadType = in getCompareLoadPairs() local 395 /*NeedsBSwap=*/false, MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs() 401 Diff = Builder.CreateZExt(Diff, MaxLoadType); in getCompareLoadPairs() 481 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in emitLoadCompareBlock() local 487 getLoadPair(LoadSizeType, /*NeedsBSwap=*/DL.isLittleEndian(), MaxLoadType, in emitLoadCompareBlock() 554 Type *MaxLoadType = IntegerType::get(CI->getContext(), MaxLoadSize * 8); in setupResultBlockPHINodes() local 558 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src1"); in setupResultBlockPHINodes() 560 Builder.CreatePHI(MaxLoadType, NumLoadsNonOneByte, "phi.src2"); in setupResultBlockPHINodes()
|