Searched defs:IsInteger (Results 1 – 12 of 12) sorted by relevance
36 bool IsInteger() const { return type_ == kValueTypeInteger; } in IsInteger() function
43 bool IsInteger() const { return type_ == TokenType::kInteger; } in IsInteger() function
333 inline bool IsInteger(TBasicType type) in IsInteger() function
36 inline bool IsInteger(reflection::BaseType t) { in IsInteger() function
134 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function
296 inline bool IsInteger() const { return type_ == TensorIndexType::Integer; } in IsInteger() function
296 bool IsInteger() const { return IsInteger32() || IsInteger64(); } in IsInteger() function
998 inline bool IsInteger(TBasicType type) in IsInteger() function
1566 bool IsInteger = BaseF->isInteger(), IsReciprocal = BaseR.isInteger(); in replacePowWithExp() local
3800 bool IsInteger = IID == Intrinsic::amdgcn_icmp; in visitCallInst() local
402 bool IsInteger = Type.isInteger(); in getSetCCOrOperation() local423 bool IsInteger = Type.isInteger(); in getSetCCAndOperation() local
4549 bool IsInteger = OpVT.isInteger(); in foldLogicOfSetCCs() local