Searched refs:getFnValueByID (Results 1 – 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 291 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anon4adc0c5b0111::BitcodeReader 319 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 326 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 333 ResVal = getFnValueByID(ValNo, Ty); in getValue() 2944 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() 2956 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 2965 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in ParseFunctionBody() 2980 Value *Address = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 3023 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody() 3077 Value *V = getFnValueByID(Record[1+i], Ty); in ParseFunctionBody() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 528 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() function in __anonc5f03b150111::BitcodeReader 556 ResVal = getFnValueByID(ValNo, nullptr); in getValueTypePair() 563 ResVal = getFnValueByID(ValNo, getTypeByID(TypeNo)); in getValueTypePair() 570 ResVal = getFnValueByID(ValNo, Ty); in getValue() 3192 Value *Cond = getFnValueByID(Record[2], Type::getInt1Ty(Context)); in ParseFunctionBody() 3204 Value *Cond = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 3213 dyn_cast_or_null<ConstantInt>(getFnValueByID(Record[3+i*2], OpTy)); in ParseFunctionBody() 3228 Value *Address = getFnValueByID(Record[1], OpTy); in ParseFunctionBody() 3271 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody() 3334 Value *V = getFnValueByID(Record[1+i], Ty); in ParseFunctionBody() [all …]
|