Searched defs:getConstantFwdRef (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
597 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:__anon1112::BitcodeReaderValueList
1715 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
1721 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1726 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
1769 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
1770 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
1803 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
1818 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
1829 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Recor
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp379 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
873 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, function in class:__anon1115::BitcodeReaderValueList
2009 Elts.push_back(ValueList.getConstantFwdRef(Record[i],
2015 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2020 Elts.push_back(ValueList.getConstantFwdRef(Record[i], EltTy));
2063 Constant *LHS = ValueList.getConstantFwdRef(Record[1], CurTy);
2064 Constant *RHS = ValueList.getConstantFwdRef(Record[2], CurTy);
2097 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy);
2112 Elts.push_back(ValueList.getConstantFwdRef(Record[i+1], ElTy));
2123 V = ConstantExpr::getSelect(ValueList.getConstantFwdRef(Recor
[all...]

Completed in 73 milliseconds