Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
13640 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local13665 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()13725 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()13726 for (const SDNode *User : PromOps[i].getNode()->uses()) { in DAGCombineTruncBoolExt()13736 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()13739 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()13740 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()13757 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()13863 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local13874 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()[all …]