reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1179 if (isa<llvm::PointerType>(DestIntTy)) 1180 DestIntTy = CGF.IntPtrTy; 1182 if (Val->getType() != DestIntTy) { 1188 uint64_t DstSize = DL.getTypeSizeInBits(DestIntTy); 1192 Val = CGF.Builder.CreateTrunc(Val, DestIntTy, "coerce.val.ii"); 1194 Val = CGF.Builder.CreateZExt(Val, DestIntTy, "coerce.val.ii"); 1199 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");