Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrWidth

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