Searched refs:Difference (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp334 bool Difference = false; local
347 } else if (Complain || !Difference) {
350 Difference = true;
353 if (!Difference)
358 Difference = true;
360 return Difference;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp359 const ssize_t Difference = FS.Width - FS.Str.size(); local
360 if (Difference > 0) {
365 RightIndent = Difference;
368 LeftIndent = Difference;
371 LeftIndent = Difference / 2;
372 RightIndent = Difference - LeftIndent;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp943 Value *Difference = CreateSub(LHS_int, RHS_int); local
944 return CreateExactSDiv(Difference,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2552 const float Difference = Output - Input;
2556 return (Difference / (Sum / 2));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1524 ConstantRange Difference = DominatingCR.difference(CR); local
1527 if (Difference.isEmptySet())
1542 if (const APInt *NeC = Difference.getSingleElement())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5919 ConstantRange Difference = DomCR.difference(CR); local
5922 if (Difference.isEmptySet())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp16085 llvm::Value *Difference = Builder.CreateSub(Result, SrcAddr, "diff");
16090 Result = Builder.CreateGEP(Base, Difference, "aligned_result");
16092 Result = EmitCheckedInBoundsGEP(Base, Difference,

Completed in 229 milliseconds