Searched refs:CurTy (Results 1 – 2 of 2) sorted by relevance
1632 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local1661 V = UndefValue::get(CurTy); in ParseConstants()1668 CurTy = TypeList[Record[0]]; in ParseConstants()1671 V = Constant::getNullValue(CurTy); in ParseConstants()1674 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()1676 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()1679 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()1683 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants()1691 if (CurTy->isHalfTy()) in ParseConstants()1694 else if (CurTy->isFloatTy()) in ParseConstants()[all …]
1925 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local1954 V = UndefValue::get(CurTy); in ParseConstants()1961 CurTy = TypeList[Record[0]]; in ParseConstants()1964 V = Constant::getNullValue(CurTy); in ParseConstants()1967 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()1969 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()1972 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()1976 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants()1984 if (CurTy->isHalfTy()) in ParseConstants()1987 else if (CurTy->isFloatTy()) in ParseConstants()[all …]