Searched refs:Sum2 (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 684 double Sum2) { in score() 685 if (Sum1 < 1.0f || Sum2 < 1.0f) in score() 687 return std::min(Val1 / Sum1, Val2 / Sum2); in score()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 3503 SDValue Sum2 = DAG.getNode(Op, dl, VT, Sum, CarryExt); in ExpandNode() local 3511 IsAdd ? DAG.getSetCC(dl, SetCCType, Sum2, Zero, ISD::SETEQ) in ExpandNode() 3519 Results.push_back(Sum2); in ExpandNode()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4339 llvm::Value *Sum2 = EmitOverflowIntrinsic(*this, IntrinsicId, in EmitBuiltinExpr() local 4344 return RValue::get(Sum2); in EmitBuiltinExpr()
|