Searched refs:SizeM1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 457 Constant *SizeM1; member 777 Value *OffsetInRange = B.CreateICmpULE(BitOffset, TIL.SizeM1); in lowerTypeTestCall() 935 ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1); in exportTypeId() 937 uint64_t BitSize = cast<ConstantInt>(TIL.SizeM1)->getZExtValue() + 1; in exportTypeId() 1015 TIL.SizeM1 = in importTypeId() 1016 ImportConstant("size_m1", TTRes.SizeM1, TTRes.SizeM1BitWidth, IntPtrTy); in importTypeId() 1136 TIL.SizeM1 = ConstantInt::get(IntPtrTy, BSI.BitSize - 1); in lowerTypeTestCalls()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 34 io.mapOptional("SizeM1", res.SizeM1);
|
H A D | ModuleSummaryIndex.h | 1229 uint64_t SizeM1 = 0;
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 307 AddUint64(S.TTRes.SizeM1); in computeLTOCacheKey()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1293 Value *SizeM1 = B.CreateSub(Size, ConstantInt::get(SizeTy, 1)); in optimizeMemRChr() local 1295 B.CreateInBoundsGEP(Int8Ty, SrcStr, SizeM1, "memrchr.ptr_plus"); in optimizeMemRChr()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3155 if (TTRes.SizeM1) in printTypeTestResolution() 3156 Out << ", sizeM1: " << TTRes.SizeM1; in printTypeTestResolution()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4139 NameVals.push_back(Summary.TTRes.SizeM1); in writeTypeIdSummaryRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7443 TypeId.TTRes.SizeM1 = Record[Slot++]; in parseTypeIdSummaryRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 8962 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()
|