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

  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 385 IntegerType *BitsTy;
387 BitsTy = Int32Ty;
389 BitsTy = Int64Ty;
394 Constant *BitsConst = ConstantInt::get(BitsTy, Bits);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 106 if (const BitsRecTy *BitsTy = dyn_cast<BitsRecTy>(RHS))
107 return BitsTy->getNumBits() == 1;
    [all...]

Completed in 54 milliseconds