Searched defs:BitTestCase (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 260 struct BitTestCase { struct 261 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr): in BitTestCase() function 268 typedef SmallVector<BitTestCase, 3> BitTestInfo; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 290 struct BitTestCase { struct 296 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr, in BitTestCase() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 274 struct BitTestCase { struct 275 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr, in BitTestCase() function 284 typedef SmallVector<BitTestCase, 3> BitTestInfo; argument
|