Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DBitVectorTest.cpp280 TYPED_TEST(BitVectorTest, BinOps) { in TYPED_TEST() argument
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9212 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
9223 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
9231 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
9232 SDValue BinOp = BinOps.back(); in DAGCombineTruncBoolExt()
9233 BinOps.pop_back(); in DAGCombineTruncBoolExt()
9262 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
9438 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
9443 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
9444 SDValue BinOp = BinOps.back(); in DAGCombineExtBoolTrunc()
9445 BinOps.pop_back(); in DAGCombineExtBoolTrunc()
[all …]