Searched refs:isReplaceWithValue (Results 1 – 3 of 3) sorted by relevance
112 return !isNativeCodeCall() && !isReplaceWithValue() && !isLocationDirective(); in isOperation()134 int count = isReplaceWithValue() ? 0 : 1; in getNumOps()161 bool DagNode::isReplaceWithValue() const { in isReplaceWithValue() function in DagNode
169 bool isReplaceWithValue() const;
798 if (resultTree.isReplaceWithValue()) in handleResultPattern()812 assert(tree.isReplaceWithValue()); in handleReplaceWithValue()