Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
14991 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local15016 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()15076 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()15077 for (const SDNode *User : PromOps[i].getNode()->users()) { in DAGCombineTruncBoolExt()15087 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()15090 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()15091 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()15108 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()15213 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local15224 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()[all …]