Home
last modified time | relevance | path

Searched refs:BitsTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp381 IntegerType *BitsTy; in createBitSetTest() local
383 BitsTy = Int32Ty; in createBitSetTest()
385 BitsTy = Int64Ty; in createBitSetTest()
390 Constant *BitsConst = ConstantInt::get(BitsTy, Bits); in createBitSetTest()
/external/llvm/lib/TableGen/
DRecord.cpp119 if (auto *BitsTy = dyn_cast<BitsRecTy>(Ty)) in convertValue() local
121 return BitsTy->getNumBits() == 1 ? VI : nullptr; in convertValue()
138 if(const BitsRecTy *BitsTy = dyn_cast<BitsRecTy>(RHS)) in baseClassOf() local
139 return BitsTy->getNumBits() == 1; in baseClassOf()