Home
last modified time | relevance | path

Searched refs:Addends (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dreloc-directive-elf-32.s18 # X86 relocations use the Elf32_Rel format. Addends are neither stored in the
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dreloc-directive.s47 # ARM relocations use the Elf32_Rel format. Addends are neither stored in the
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp514 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument
515 unsigned AddendNum = Addends.size(); in simplifyFAdd()
530 const FAddend *ThisAddend = Addends[SymIdx]; in simplifyFAdd()
555 const FAddend *T = Addends[SameSymIdx]; in simplifyFAdd()
559 Addends[SameSymIdx] = nullptr; in simplifyFAdd()