Searched refs:BITS (Results 1 – 2 of 2) sorted by relevance
709 #define HANDLE_INT_SIZE(INT_TYPE, BITS, SIGNED) \ in getIntType() argument710 case BITS: { \ in getIntType()713 return intTy->mOperand1 == BITS && intTy->mOperand2 == SIGNED; \ in getIntType()716 return mBuilder->MakeTypeInt(BITS, SIGNED); \ in getIntType()743 #define HANDLE_FLOAT_SIZE(BITS) \ in getFloatType() argument744 case BITS: { \ in getFloatType()747 return floatTy->mOperand1 == BITS; \ in getFloatType()749 [=]() -> TypeFloatInst * { return mBuilder->MakeTypeFloat(BITS); }, \ in getFloatType()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...