Searched defs:IsConst (Results 1 – 6 of 6) sorted by relevance
160 static bool IsConst(Selector s) { in IsConst() function in skottie::internal::__anon9d8baecd0111::DisplacementNode
178 constexpr char IsConst[] = "IsConst"; variable
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