Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1194 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local
1221 V = UndefValue::get(CurTy); in ParseConstants()
1228 CurTy = TypeList[Record[0]]; in ParseConstants()
1231 V = Constant::getNullValue(CurTy); in ParseConstants()
1234 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1236 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0])); in ParseConstants()
1239 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1248 APInt(cast<IntegerType>(CurTy)->getBitWidth(), in ParseConstants()
1255 if (CurTy->isFloatTy()) in ParseConstants()
1257 else if (CurTy->isDoubleTy()) in ParseConstants()
[all …]