Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
14158 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local14183 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()14243 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) { in DAGCombineTruncBoolExt()14244 for (const SDNode *User : PromOps[i].getNode()->uses()) { in DAGCombineTruncBoolExt()14254 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()14257 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()14258 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()14275 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()14381 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local14392 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()[all …]