Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp153 llvm::StringMap<BinaryOperatorKind> BinOps{ in operationKindFromOverloadedOperator() local
166 auto BinOpIt = BinOps.find(Spelling); \ in operationKindFromOverloadedOperator()
167 if (BinOpIt != BinOps.end()) \ in operationKindFromOverloadedOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13945 SmallVector<SDValue, 8> BinOps, PromOps; in DAGCombineTruncBoolExt() local
13956 BinOps.push_back(N->getOperand(i)); in DAGCombineTruncBoolExt()
13964 while (!BinOps.empty()) { in DAGCombineTruncBoolExt()
13965 SDValue BinOp = BinOps.pop_back_val(); in DAGCombineTruncBoolExt()
13994 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineTruncBoolExt()
14168 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps; in DAGCombineExtBoolTrunc() local
14173 while (!BinOps.empty()) { in DAGCombineExtBoolTrunc()
14174 SDValue BinOp = BinOps.pop_back_val(); in DAGCombineExtBoolTrunc()
14196 BinOps.push_back(BinOp.getOperand(i)); in DAGCombineExtBoolTrunc()