Searched refs:munged_callee (Results 1 – 1 of 1) sorted by relevance
110 const string& munged_callee = in EmitDeviceMathCall() local112 llvm::Value* result = EmitMathCall(munged_callee, converted_operands, in EmitDeviceMathCall()126 string munged_callee = callee_name; in EmitLlvmIntrinsicMathCall() local129 StrAppend(&munged_callee, ".f16"); in EmitLlvmIntrinsicMathCall()132 StrAppend(&munged_callee, ".f32"); in EmitLlvmIntrinsicMathCall()135 StrAppend(&munged_callee, ".f64"); in EmitLlvmIntrinsicMathCall()141 return EmitMathCall(munged_callee, operands, input_types, output_type); in EmitLlvmIntrinsicMathCall()