Searched refs:converted_operands (Results 1 – 1 of 1) sorted by relevance
86 std::vector<llvm::Value*> converted_operands(operands.begin(), in EmitDeviceMathCall() local95 converted_operands[i] = in EmitDeviceMathCall()96 FPCast(converted_operands[i], b()->getFloatTy()); in EmitDeviceMathCall()112 llvm::Value* result = EmitMathCall(munged_callee, converted_operands, in EmitDeviceMathCall()