Searched refs:IsIntType (Results 1 – 7 of 7) sorted by relevance
28 if (gateType.IsIntType()) { in SetOutputType()366 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberCalculate()417 if (type.IsIntType()) { in VisitNumberMonocular()655 if (gateType.IsIntType()) { in ConvertForBinaryOp()679 if (leftType.IsIntType() && rightType.IsIntType()) { in ConvertForCompareOp()785 if (gateType.IsIntType()) { in CheckAndConvertToInt32()826 if (gateType.IsIntType()) { in CheckAndConvertToFloat64()1053 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitTypeConvert()1066 if (gateType.IsIntType()) { in VisitTypeConvert()1086 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberMod()
274 if (leftType.IsIntType()) { in CollectGateTypeLogInfo()281 if (rightType.IsIntType()) { in CollectGateTypeLogInfo()292 if (valueType.IsIntType()) { in CollectGateTypeLogInfo()
256 if (gateType.IsIntType()) { in VisitNumberCalculate()286 if (leftType.IsIntType() && rightType.IsIntType()) { in VisitNumberCompare()334 if (gateType.IsIntType()) { in VisitNumberDiv()361 if (gateType.IsIntType()) { in VisitNumberMod()384 if (type.IsIntType()) { in VisitNumberMonocular()
149 bool IsIntType() const in IsIntType() function
94 return !acc_.GetGateType(gate).IsIntType(); in IsTrustedType()105 return !acc_.GetGateType(gate).IsIntType(); in IsTrustedType()
176 if (type.IsIntType()) { in LowerPrimitiveTypeCheck()
497 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferAdd2()525 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferSub2()550 if ((firInType.IsIntType() && secInType.IsIntType())) { in InferMul2()597 if (firInType.IsIntType()) { in InferIncDec()