Searched refs:ResultQTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2264 const clang::Expr *ResultArg, QualType ResultQTy, in EmitCheckedUnsignedMultiplySignedResult() argument 2289 CGF.Builder.CreateStore(CGF.EmitToMemory(Result, ResultQTy), ResultPtr, in EmitCheckedUnsignedMultiplySignedResult() 2310 const clang::Expr *ResultArg, QualType ResultQTy, in EmitCheckedMixedSignMultiply() argument 2389 CGF.Builder.CreateStore(CGF.EmitToMemory(Result, ResultQTy), ResultPtr, in EmitCheckedMixedSignMultiply() 5102 clang::QualType ResultQTy = in EmitBuiltinExpr() local 5110 getIntegerWidthAndSignedness(CGM.getContext(), ResultQTy); in EmitBuiltinExpr() 5116 RightInfo, ResultArg, ResultQTy, in EmitBuiltinExpr() 5122 *this, LeftArg, LeftInfo, RightArg, RightInfo, ResultArg, ResultQTy, in EmitBuiltinExpr() 5131 llvm::Type *ResultLLVMTy = CGM.getTypes().ConvertType(ResultQTy); in EmitBuiltinExpr() 5185 Builder.CreateStore(EmitToMemory(Result, ResultQTy), ResultPtr, isVolatile); in EmitBuiltinExpr()
|