Lines Matching refs:BinOps
12445 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
12456 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
12464 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
12465 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt()
12466 BinOps.pop_back(); in DAGCombineTruncBoolExt()
12495 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
12675 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
12680 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
12681 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc()
12682 BinOps.pop_back(); in DAGCombineExtBoolTrunc()
12704 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineExtBoolTrunc()