Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrWidth

5380   unsigned PtrWidth = getTarget().getPointerWidth(0);
5381 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty;