Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Support/
HDGetElementPtrTypeIterator.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;
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1143 Type *CurTy = Type::getInt32Ty(Context); in ParseConstants() local
1172 V = UndefValue::get(CurTy); in ParseConstants()
1179 CurTy = TypeList[Record[0]]; in ParseConstants()
1182 V = Constant::getNullValue(CurTy); in ParseConstants()
1185 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1187 V = ConstantInt::get(CurTy, decodeSignRotatedValue(Record[0])); in ParseConstants()
1190 if (!CurTy->isIntegerTy() || Record.empty()) in ParseConstants()
1194 cast<IntegerType>(CurTy)->getBitWidth()); in ParseConstants()
1202 if (CurTy->isHalfTy()) in ParseConstants()
1205 else if (CurTy->isFloatTy()) in ParseConstants()
[all …]
/trueos/contrib/llvm/tools/clang/lib/AST/
HDType.cpp250 const Type *CurTy = Qs.strip(Cur); in getSplitDesugaredType() local
251 switch (CurTy->getTypeClass()) { in getSplitDesugaredType()
255 const Class##Type *Ty = cast<Class##Type>(CurTy); \ in getSplitDesugaredType()
HDVTableBuilder.cpp2684 QualType CurTy = Element.Base->getType(); in ComputeThisOffset() local
2686 *CurRD = CurTy->getAsCXXRecordDecl(); in ComputeThisOffset()