Searched defs:IsVariable (Results 1 – 7 of 7) sorted by relevance
173 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function871 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
2841 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local2909 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local2977 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
939 bool IsVariable(PyObject* o) { return IsVariableHelper(o) == 1; } in IsVariable() function
651 bool IsVariable(const NodeDef& node) { in IsVariable() function
1841 bool Differ::IsVariable(const IdInstructions& id_to, uint32_t pointer_id) { in IsVariable() function in spvtools::diff::__anond6be2cdc0111::Differ
1841 bool Differ::IsVariable(const IdInstructions& id_to, uint32_t pointer_id) { in IsVariable() function in spvtools::diff::__anonfe1c31af0111::Differ
23268 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()