Searched refs:CurTy (Results 1 – 3 of 3) sorted by relevance
29 Type *CurTy; variable35 I.CurTy = Ty; in begin()41 I.CurTy = 0; in end()54 return CurTy;58 CompositeType *CT = cast<CompositeType>(CurTy); in getIndexedType()69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {70 CurTy = CT->getTypeAtIndex(getOperand());72 CurTy = 0;
956 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local983 V = UndefValue::get(CurTy); in ParseConstants()990 CurTy = TypeList[Record[0]]; in ParseConstants()993 V = Constant::getNullValue(CurTy); in ParseConstants()996 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()998 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0])); in ParseConstants()1001 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()1005 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants()1013 if (CurTy->isHalfTy()) in ParseConstants()1015 else if (CurTy->isFloatTy()) in ParseConstants()[all …]
229 const Type *CurTy = Qs.strip(Cur); in getSplitDesugaredType() local230 switch (CurTy->getTypeClass()) { in getSplitDesugaredType()234 const Class##Type *Ty = cast<Class##Type>(CurTy); \ in getSplitDesugaredType()