Home
last modified time | relevance | path

Searched refs:BinOps (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp12445 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()
[all …]