Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h285 struct BitTestBlock { struct
286 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, in BitTestBlock() function
292 APInt First;
293 APInt Range;
294 const Value *SValue;
295 unsigned Reg;
296 MVT RegVT;
297 bool Emitted;
298 bool ContiguousRange;
299 MachineBasicBlock *Parent;
[all …]