Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
11449 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local11475 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()11552 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()11555 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()11556 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()11573 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()11691 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()11763 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()11767 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()11770 if (User->getOperand(1) == PromOps[i]) in DAGCombineExtBoolTrunc()[all …]