Searched refs:BitRecTy (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp84 BitRecTy BitRecTy::Shared;
103 Init *BitRecTy::convertValue(BitsInit *BI) {
108 Init *BitRecTy::convertValue(IntInit *II) {
115 Init *BitRecTy::convertValue(TypedInit *VI) {
117 if (isa<BitRecTy>(Ty) || isa<BitsRecTy>(Ty) || isa<IntRecTy>(Ty))
122 bool BitRecTy::baseClassOf(const RecTy *RHS) const{
191 if (Size == 1 && isa<BitRecTy>(VI->getType()))
735 if (getType() == BitRecTy::get())
1327 if (getType() == BitRecTy
[all...]
H A DTGParser.cpp688 case tgtok::Bit: Lex.Lex(); return BitRecTy::get();
927 case tgtok::XEq: Code = BinOpInit::EQ; Type = BitRecTy::get(); break;
1060 MHSTy = BitRecTy::get();
1067 RHSTy = BitRecTy::get();
1290 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get());
/external/llvm/include/llvm/TableGen/
H A DRecord.h32 class BitRecTy;
140 /// BitRecTy - 'bit' - Represent a single bit
142 class BitRecTy : public RecTy { class in namespace:llvm
143 static BitRecTy Shared;
144 BitRecTy() : RecTy(BitRecTyKind) {} function in class:llvm::BitRecTy
151 static BitRecTy *get() { return &Shared; }

Completed in 201 milliseconds