Searched defs:ValB (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | DiffEngine.cpp | 461 llvm::stable_sort(TargValues, [](const auto &ValA, const auto &ValB) { in sortTargetValues() 480 llvm::sort(SortedAttrs, [&](const auto &ValA, const auto &ValB) { in printVecVal() 506 llvm::sort(SortedAttrs, [&](const auto &ValA, const auto &ValB) { in printVecVal()
|
/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 513 uint64_t ValB; getSymbolOffsetImpl() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 1486 APInt ValB(65, 4); TEST() local 1581 APInt ValB(3, 5); TEST() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1354 const Value *ValB = MMOb->getValue(); MemOperandsHaveAlias() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 2123 enum Vals { ValA, ValB, ValC }; TEST() enumerator
|