Searched refs:Addend (Results 76 - 79 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1673 IO.mapOptional("Addend", Rel.Addend, (ELFYAML::YAMLIntUInt)0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10323 Optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS);
10324 if (!Addend)
10334 // Since `LHS` is `FoundLHS` + `Addend`, we can compute a range for `LHS`:
10335 ConstantRange LHSRange = FoundLHSRange.add(ConstantRange(*Addend));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9851 Value *Addend = Ops[0];
9856 Ops[2] = Addend;

Completed in 240 milliseconds

1234