HomeSort by relevance Sort by last modified time
    Searched refs:getBitVar (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 59 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar()))
FixedLenDecoderEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 545 /// getBitVar - This method is used to retrieve the initializer for bit
547 virtual Init *getBitVar() const { return const_cast<Init*>(this); }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 525 Init *CurBitVar = CurBit->getBitVar();
    [all...]

Completed in 166 milliseconds