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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2178 auto DestLLVMTy = ConvertType(DestTy); local
2179 llvm::Type *MiddleTy = CGF.CGM.getDataLayout().getIntPtrType(DestLLVMTy);
2184 auto *IntToPtr = Builder.CreateIntToPtr(IntResult, DestLLVMTy);

Completed in 97 milliseconds