Searched defs:IsVariable (Results 1 – 9 of 9) sorted by relevance
94 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
167 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function828 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
66 template <typename A> bool IsVariable(const A &x) { in IsVariable() function
2974 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local3042 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local3110 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
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
928 bool IsVariable(PyObject* o) { return IsVariableHelper(o) == 1; } in IsVariable() function
643 bool IsVariable(const NodeDef& node) { in IsVariable() function
23265 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()
24387 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()