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

Completed in 115 milliseconds