Home
last modified time | relevance | path

Searched defs:BitTestBlock (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h281 struct BitTestBlock { struct
282 BitTestBlock(APInt F, APInt R, const Value* SV, in BitTestBlock() argument
288 APInt First;
289 APInt Range;
290 const Value *SValue;
291 unsigned Reg;
292 MVT RegVT;
293 bool Emitted;
294 MachineBasicBlock *Parent;
295 MachineBasicBlock *Default;
[all …]