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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp733 llvm::Type *MiddleTy = CGF.IntPtrTy; local
736 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");
1432 llvm::Type *MiddleTy = CGF.IntPtrTy; local
1435 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv");

Completed in 108 milliseconds