Searched refs:convertFloatType (Results 1 – 2 of 2) sorted by relevance
152 Type convertFloatType(FloatType type);
32 addConversion([&](FloatType type) { return convertFloatType(type); }); in LLVMTypeConverter()184 Type LLVMTypeConverter::convertFloatType(FloatType type) { return type; } in convertFloatType() function in LLVMTypeConverter