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.cpp1812 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
1849 VectorType *OpTy = in ParseConstants() local
1859 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1870 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
1883 VectorType *OpTy = in ParseConstants() local
1898 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
2955 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
2979 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3131 Type *OpTy = Record.size() == 4 ? getTypeByID(Record[OpNum++]) : in ParseFunctionBody() local
3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2105 Type *OpTy = getTypeByID(Record[1]); in ParseConstants() local
2142 VectorType *OpTy = in ParseConstants() local
2152 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2163 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() local
2176 VectorType *OpTy = in ParseConstants() local
2191 Type *OpTy = getTypeByID(Record[0]); in ParseConstants() local
3203 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3227 Type *OpTy = getTypeByID(Record[0]); in ParseFunctionBody() local
3389 Type *OpTy = getTypeByID(Record[1]); in ParseFunctionBody() local
3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() local
[all …]