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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1266 Type *CurTy = Type::getInt32Ty(Context); local
1295 V = UndefValue::get(CurTy);
1302 CurTy = TypeList[Record[0]];
1305 V = Constant::getNullValue(CurTy);
1308 if (!CurTy->isIntegerTy() || Record.empty())
1310 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
1313 if (!CurTy->isIntegerTy() || Record.empty())
1317 cast<IntegerType>(CurTy)->getBitWidth());
1325 if (CurTy->isHalfTy())
1328 else if (CurTy
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1567 Type *CurTy = Type::getInt32Ty(Context); local
1596 V = UndefValue::get(CurTy);
1603 CurTy = TypeList[Record[0]];
1606 V = Constant::getNullValue(CurTy);
1609 if (!CurTy->isIntegerTy() || Record.empty())
1611 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0]));
1614 if (!CurTy->isIntegerTy() || Record.empty())
1618 cast<IntegerType>(CurTy)->getBitWidth());
1626 if (CurTy->isHalfTy())
1629 else if (CurTy
[all...]

Completed in 404 milliseconds