Home
last modified time | relevance | path

Searched refs:SizeM1 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp446 Constant *SizeM1; member
755 Value *OffsetInRange = B.CreateICmpULE(BitOffset, TIL.SizeM1); in lowerTypeTestCall()
913 ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1); in exportTypeId()
915 uint64_t BitSize = cast<ConstantInt>(TIL.SizeM1)->getZExtValue() + 1; in exportTypeId()
994 TIL.SizeM1 = in importTypeId()
995 ImportConstant("size_m1", TTRes.SizeM1, TTRes.SizeM1BitWidth, IntPtrTy); in importTypeId()
1117 TIL.SizeM1 = ConstantInt::get(IntPtrTy, BSI.BitSize - 1); in lowerTypeTestCalls()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h34 io.mapOptional("SizeM1", res.SizeM1);
DModuleSummaryIndex.h1103 uint64_t SizeM1 = 0;
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTO.cpp271 AddUint64(S.TTRes.SizeM1); in computeLTOCacheKey()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1246 Value *SizeM1 = B.CreateSub(Size, ConstantInt::get(SizeTy, 1)); in optimizeMemRChr() local
1248 B.CreateInBoundsGEP(Int8Ty, SrcStr, SizeM1, "memrchr.ptr_plus"); in optimizeMemRChr()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DAsmWriter.cpp3006 if (TTRes.SizeM1) in printTypeTestResolution()
3007 Out << ", sizeM1: " << TTRes.SizeM1; in printTypeTestResolution()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3908 NameVals.push_back(Summary.TTRes.SizeM1); in writeTypeIdSummaryRecord()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp7079 TypeId.TTRes.SizeM1 = Record[Slot++]; in parseTypeIdSummaryRecord()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp8348 if (parseToken(lltok::colon, "expected ':'") || parseUInt64(TTRes.SizeM1)) in parseTypeTestResolution()