Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp125 size_t BO2 = Fmt.find_first_of('{', 1); in splitLiteralAndReplacement() local
126 if (BO2 < BC) in splitLiteralAndReplacement()
127 return {ReplacementItem(Fmt.substr(0, BO2)), Fmt.substr(BO2)}; in splitLiteralAndReplacement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1156 BinaryOperatorKind BO2; in checkIncorrectLogicOperator() local
1157 std::tie(DeclExpr2, BO2, NumExpr2) = tryNormalizeBinaryOperator(RHS); in checkIncorrectLogicOperator()
1189 const BinaryOperatorKind *BO2) -> TryResult { in checkIncorrectLogicOperator() argument
1200 analyzeLogicOperatorCondition(*BO2, Value, Values[3] /* L2 */); in checkIncorrectLogicOperator()
1255 return AnalyzeConditions(Values, &BO1, &BO2); in checkIncorrectLogicOperator()
1295 return AnalyzeConditions(Values, &BO1, &BO2); in checkIncorrectLogicOperator()
H A DUnsafeBufferUsage.cpp446 auto BO2 = cast<BinaryOperator>(E2); in areEqualIntegers() local
448 BO2->getLHS(), BO2->getOpcode(), in areEqualIntegers()
449 BO2->getRHS(), Ctx); in areEqualIntegers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp985 auto *BO2 = dyn_cast<Instruction>(I.getOperand(1 - ShOpnum)); in foldBinOpShiftWithShift() local
986 if (!BO2) in foldBinOpShiftWithShift()
989 unsigned BinOpc = BO2->getOpcode(); in foldBinOpShiftWithShift()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3635 BinaryOperator *BO2 = nullptr; in getInvertibleOperands() local
3639 !matchSimpleRecurrence(PN2, BO2, Start2, Step2)) in getInvertibleOperands()
3643 cast<Operator>(BO2)); in getInvertibleOperands()