Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
13498 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local13523 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()13594 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()13597 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()13598 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()13615 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()13732 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()13798 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()13802 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()13805 if (User->getOperand(1) == PromOps[i]) in DAGCombineExtBoolTrunc()[all …]