Home
last modified time | relevance | path

Searched defs:Difference (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_count_sentinel.pass.cpp26 using Difference = std::iter_difference_t<It>; in check_forward() typedef
51 using Difference = std::iter_difference_t<It>; in check_forward_sized_sentinel() typedef
81 using Difference = std::iter_difference_t<It>; in check_backward() typedef
H A Diterator_count.pass.cpp23 using Difference = std::iter_difference_t<It>; in check() typedef
/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Ddistance.pass.cpp30 typedef typename std::iterator_traits<It>::difference_type Difference; in check_distance() typedef
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dchar-set.h68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1271 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local
1301 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp384 bool Difference = false; in diff() local
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp356 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1490 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction()
1512 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee()
1536 double Difference = 0; in computeSampleFunctionInternalOverlap() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp746 Optional<unsigned> Difference = None; in haveIdenticalTripCounts() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1045 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2675 const float Difference = Output - Input; in link() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1506 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp6675 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondMatchingImmOperands() local
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1990 auto *Difference = dyn_cast<Instruction>(AddOne->getOperand(0)); in TEST_F() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp18284 llvm::Value *Difference = Builder.CreateSub(Result, SrcAddr, "diff"); in EmitBuiltinAlignTo() local