Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp1205 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1213 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1224 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType()
1315 SanOpts.has(SanitizerKind::Bool) && hasBooleanRepresentation(Ty); in EmitLoadOfScalar()
1351 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1365 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
1704 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1605 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1613 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1654 hasBooleanRepresentation(Ty))) in getRangeForLoadFromType()
1668 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck()
1766 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1780 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
2197 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()