Home
last modified time | relevance | path

Searched refs:shouldMapToUnsigned (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp126 bool shouldMapToUnsigned(IntegerType::SignednessSemantics val);
704 bool CppEmitter::shouldMapToUnsigned(IntegerType::SignednessSemantics val) { in shouldMapToUnsigned() function in CppEmitter
776 printInt(iAttr.getValue(), shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()
791 printInt(val, shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()
968 if (shouldMapToUnsigned(iType.getSignedness())) in emitType()