Lines Matching refs:BinOps
9827 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
9838 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
9846 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
9847 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt()
9848 BinOps.pop_back(); in DAGCombineTruncBoolExt()
9877 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
10057 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
10062 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
10063 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc()
10064 BinOps.pop_back(); in DAGCombineExtBoolTrunc()
10086 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineExtBoolTrunc()