Searched refs:PromOps (Results 1 – 1 of 1) sorted by relevance
13132 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local13157 PromOps.push_back(BinOp); in DAGCombineTruncBoolExt()13234 if (User->getOperand(0) == PromOps[i]) in DAGCombineTruncBoolExt()13237 if (User->getOperand(0) == PromOps[i] || in DAGCombineTruncBoolExt()13238 User->getOperand(1) == PromOps[i]) in DAGCombineTruncBoolExt()13255 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt()13372 PromOps.push_back(BinOp); in DAGCombineExtBoolTrunc()13444 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()13448 if (User->getOperand(0) == PromOps[i]) in DAGCombineExtBoolTrunc()13451 if (User->getOperand(1) == PromOps[i]) in DAGCombineExtBoolTrunc()[all …]