Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PtrDiffTy

37   llvm::IntegerType *PtrDiffTy;
43 if (!PtrDiffTy) {
46 PtrDiffTy = cast<llvm::IntegerType>(Ty);
48 return PtrDiffTy;
57 CGCXXABI(CGM), PtrDiffTy(0), IsARM(IsARM) { }