Searched defs:CurTy (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1259 Type *CurTy = Type::getInt32Ty(Context); local
1286 V = UndefValue::get(CurTy);
1293 CurTy = TypeList[Record[0]];
1296 V = Constant::getNullValue(CurTy);
1299 if (!CurTy->isIntegerTy() || Record.empty())
1301 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0]));
1304 if (!CurTy->isIntegerTy() || Record.empty())
1313 APInt(cast<IntegerType>(CurTy)->getBitWidth(),
1320 if (CurTy->isFloatTy())
1322 else if (CurTy
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1559 Type *CurTy = Type::getInt32Ty(Context); local
1586 V = UndefValue::get(CurTy);
1593 CurTy = TypeList[Record[0]];
1596 V = Constant::getNullValue(CurTy);
1599 if (!CurTy->isIntegerTy() || Record.empty())
1601 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0]));
1604 if (!CurTy->isIntegerTy() || Record.empty())
1613 APInt(cast<IntegerType>(CurTy)->getBitWidth(),
1620 if (CurTy->isFloatTy())
1622 else if (CurTy
[all...]

Completed in 38 milliseconds