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

References

lib/IR/Instructions.cpp
  536     ArraySize = ConstantInt::get(IntPtrTy, 1);
  537   else if (ArraySize->getType() != IntPtrTy) {
  539       ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
  542       ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
  550       Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy,
  565   assert(AllocSize->getType() == IntPtrTy && "malloc arg is wrong size");
  573     MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy);