Searched defs:IsConst (Results 1 – 9 of 9) sorted by relevance
160 static bool IsConst(Selector s) { in IsConst() function in skottie::internal::__anon080d4d6f0111::DisplacementNode
97 bool IsConst() const { in IsConst() function
245 virtual bool IsConst() const { return true; } in IsConst() function
178 constexpr char IsConst[] = "IsConst"; variable
57 bool IsConst() const { return !owner_map.is_null(); } in IsConst() function
401 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
2423 bool IsConst = true; in simplifyExtractLow() local
8620 bool IsConst = true; in LowerBUILD_VECTOR() local
1022 struct IsConst : FalseType {}; struct1025 struct IsConst<const T> : TrueType {}; struct