• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/

Lines Matching refs:ConstantInt

613       const ConstantInt *CI = dyn_cast<ConstantInt>(AI.getArraySize());
1059 auto *Size = cast<ConstantInt>(II.getArgOperand(0));
1066 !ConstantInt::isValueValidForType(IntptrTy, SizeValue))
1122 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue();
1124 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue();
1152 ConstantInt *IsDynInit = mdconst::extract<ConstantInt>(MDN->getOperand(3));
1154 ConstantInt *IsExcluded =
1155 mdconst::extract<ConstantInt>(MDN->getOperand(4));
1258 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo),
1259 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.ColumnNo),
1297 ShadowBase = ConstantInt::get(IntptrTy, Mapping.Offset);
1417 if (auto *Op = dyn_cast<ConstantInt>(CI->getOperand(1 + OpOffset)))
1515 auto Zero = ConstantInt::get(IntptrTy, 0);
1521 if (auto *Masked = dyn_cast<ConstantInt>(Vector->getOperand(Idx))) {
1537 IRB.CreateGEP(VTy, Addr, {Zero, ConstantInt::get(IntptrTy, Idx)});
1605 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp);
1633 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
1637 LastAccessedByte, ConstantInt::get(IntptrTy, TypeSize / 8 - 1));
1662 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1674 IRB.CreateICmpEQ(Tag, ConstantInt::get(IntptrTy, kMyriadDDRTag));
1731 Value *Size = ConstantInt::get(IntptrTy, TypeSize / 8);
1739 {AddrLong, Size, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1742 IRB.CreateAdd(AddrLong, ConstantInt::get(IntptrTy, TypeSize / 8 - 1)),
1782 auto *Priority = cast<ConstantInt>(CS->getOperand(0));
2138 ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName);
2213 ConstantInt::get(IntptrTy, 0), kAsanGlobalsRegisteredFlagName);
2245 ConstantInt::get(IntptrTy, N)});
2252 ConstantInt::get(IntptrTy, N)});
2378 SourceLoc = ConstantInt::get(IntptrTy, 0);
2396 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1),
2417 ConstantInt::get(IntptrTy, SizeInBytes),
2418 ConstantInt::get(IntptrTy, SizeInBytes + RightRedzoneSize),
2421 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc,
2907 Value *Ptr = IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i));
2945 {IRB.CreateAdd(ShadowBase, ConstantInt::get(IntptrTy, i)),
2946 ConstantInt::get(IntptrTy, j - i)});
3009 ConstantInt::get(IRB.getInt64Ty(), L.FrameSize),
3230 ConstantInt::get(IntptrTy, LocalStackSize));
3233 ConstantInt::get(IntptrTy, 0));
3249 FakeStack = ConstantInt::get(IntptrTy, 0);
3271 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)),
3279 IRB.CreateStore(ConstantInt::get(IntptrTy, kCurrentStackFrameMagic),
3284 ConstantInt::get(IntptrTy, ASan.LongSize / 8)),
3294 ConstantInt::get(IntptrTy, 2 * ASan.LongSize / 8)),
3330 IRBRet.CreateStore(ConstantInt::get(IntptrTy, kRetiredStackFrameMagic),
3358 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8));
3368 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)});
3386 Value *SizeArg = ConstantInt::get(IntptrTy, Size);
3407 Value *AllocaRzSize = ConstantInt::get(IntptrTy, kAllocaRzSize);
3408 Value *AllocaRzMask = ConstantInt::get(IntptrTy, AllocaRedzoneMask);
3418 ConstantInt::get(IntptrTy, ElementSize));
3434 ConstantInt::get(IntptrTy, Alignment + kAllocaRzSize), PartialPadding);
3444 ConstantInt::get(IntptrTy, Alignment));