Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGetElementPtrTypeIterator.h29 Type *CurTy; variable
35 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;
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1166 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local
1193 V = UndefValue::get(CurTy); in ParseConstants()
1200 CurTy = TypeList[Record[0]]; in ParseConstants()
1203 V = Constant::getNullValue(CurTy); in ParseConstants()
1206 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1208 V = ConstantInt::get(CurTy, DecodeSignRotatedValue(Record[0])); in ParseConstants()
1211 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1220 APInt(cast<IntegerType>(CurTy)->getBitWidth(), in ParseConstants()
1227 if (CurTy->isFloatTy()) in ParseConstants()
1229 else if (CurTy->isDoubleTy()) in ParseConstants()
[all …]
/external/clang/lib/AST/
DType.cpp186 const Type *CurTy = Qs.strip(*this); in getSingleStepDesugaredType() local
187 switch (CurTy->getTypeClass()) { in getSingleStepDesugaredType()
191 const Class##Type *Ty = cast<Class##Type>(CurTy); \ in getSingleStepDesugaredType()
208 const Type *CurTy = Qs.strip(Cur); in getSplitDesugaredType() local
209 switch (CurTy->getTypeClass()) { in getSplitDesugaredType()
213 const Class##Type *Ty = cast<Class##Type>(CurTy); \ in getSplitDesugaredType()