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 95 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar()))
FixedLenDecoderEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 540 /// getBitVar - This method is used to retrieve the initializer for bit
542 virtual Init *getBitVar() const { return const_cast<Init*>(this); }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 525 Init *CurBitVar = CurBit->getBitVar();
    [all...]

Completed in 440 milliseconds