Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1932 Ty->hasBooleanRepresentation() && !Ty->isVectorType())) in getRangeForLoadFromType()
1960 bool IsBool = (Ty->hasBooleanRepresentation() && !Ty->isVectorType()) || in EmitScalarRangeCheck()
2098 if (Ty->hasBooleanRepresentation() || Ty->isBitIntType()) { in EmitToMemory()
2128 if (Ty->hasBooleanRepresentation() || Ty->isBitIntType() || in EmitFromMemory()
2635 if (!Dst.getType()->hasBooleanRepresentation()) in EmitStoreThroughBitfieldLValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2351 bool Type::hasBooleanRepresentation() const { in hasBooleanRepresentation() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2809 bool hasBooleanRepresentation() const;