reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SafeStack.cpp
  544         IRB.CreateAnd(IRB.CreatePtrToInt(BasePointer, IntPtrTy),
  545                       ConstantInt::get(IntPtrTy, ~uint64_t(FrameAlignment - 1))),
  648     if (ArraySize->getType() != IntPtrTy)
  649       ArraySize = IRB.CreateIntCast(ArraySize, IntPtrTy, false);
  653     Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize));
  656                                    IntPtrTy);
  666         IRB.CreateAnd(SP, ConstantInt::get(IntPtrTy, ~uint64_t(Align - 1))),