Searched refs:DestIntTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp664 llvm::Type *DestIntTy = Ty; local
665 if (isa<llvm::PointerType>(DestIntTy))
666 DestIntTy = CGF.IntPtrTy;
668 if (Val->getType() != DestIntTy)
669 Val = CGF.Builder.CreateIntCast(Val, DestIntTy, false, "coerce.val.ii");

Completed in 80 milliseconds