Searched refs:IsBooleanType (Results 1 – 13 of 13) sorted by relevance
274 bool IsBooleanType() const in IsBooleanType() function293 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()306 return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType(); in IsPrimitiveNumberType()311 return IsIntType() || IsNullType() || IsBooleanType(); in IsPrimitiveIntType()
38 } else if (gateType.IsBooleanType()) { in SetOutputType()59 } else if (paramType.IsBooleanType()) { in SetOutputType()105 if (gateType.IsIntType() || gateType.IsBooleanType()) { in GetNumberTypeInfo()679 if (type.IsBooleanType()) { in VisitTypedConditionJump()779 ASSERT(paramType.HasNumberType() || paramType.IsBooleanType()); in VisitIsTrueOrFalse()792 } else if (paramType.IsBooleanType()) { in VisitIsTrueOrFalse()867 } else if (paramType.IsBooleanType()) { in VisitNumberRelated()872 if (paramType.HasNumberType() || paramType.IsBooleanType()) { in VisitNumberRelated()974 if (gateType.IsBooleanType()) { in CheckAndConvertToBool()1144 } else if (gateType.IsBooleanType()) { in CheckTaggedAndConvertToInt32()[all …]
287 if (type.IsBooleanType()) { in VisitTypedConditionJump()
278 } else if (type.IsBooleanType()) { in LowerPrimitiveTypeCheck()750 if (srcType.IsBooleanType()) { in LowerPrimitiveToNumber()2200 } else if (type.IsBooleanType()) { in LowerTypeOfCheck()2235 } else if (type.IsBooleanType()) { in LowerTypeOf()
176 inline bool IsBooleanType() const in IsBooleanType() function
63 if (acc.IsConstant(gate) && acc.GetGateType(gate).IsBooleanType()) { in IsTrustedBooleanType()
1466 (IsTrueOrFalseHasProfileType(gate) && tacc.IsBooleanType())) { in LowerTypedIsTrueOrFalse()
27 if (other->IsBooleanType()) { in Identical()
26 if (other->IsBooleanType()) { in Identical()
26 bool IsBooleanType(const ir::AstNode *ast);
41 bool IsBooleanType(const ir::AstNode *ast) in IsBooleanType() function86 if (IsBooleanType(ast)) { in IsValidTypeForBinaryOp()
85 if (type->IsBooleanType()) { in IsLiteralType()
97 if (type->IsBooleanType()) { in IsLiteralType()