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
339 static bool IsInteger(double x) { in IsInteger() function
212 bool IsInteger() const { 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
6966 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<Object> number) { in IsInteger() function in v8::internal::CodeStubAssembler6977 TNode<BoolT> CodeStubAssembler::IsInteger(TNode<HeapNumber> number) { in IsInteger() function in v8::internal::CodeStubAssembler