Home
last modified time | relevance | path

Searched defs:OpTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1800 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
1837 VectorType *OpTy = in ParseConstants() local
1847 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1858 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1871 VectorType *OpTy = in ParseConstants() local
1886 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
2943 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
2967 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3123 Type *OpTy = Record.size() == 4 ? getTypeByID(Record[OpNum++]) : in ParseFunctionBody() local
3185 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2094 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
2131 VectorType *OpTy = in ParseConstants() local
2141 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2152 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2165 VectorType *OpTy = in ParseConstants() local
2180 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
3192 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3216 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3382 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local
3526 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local
[all …]