Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1402 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local
1411 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() local
1422 Constant *Op0 = ValueList.getConstantFwdRef(Record[0], OpTy); in ParseConstants() local
1436 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local
1448 Constant *Op0 = ValueList.getConstantFwdRef(Record[1], OpTy); in ParseConstants() local
/frameworks/compile/libbcc/lib/CodeGen/
DCodeEmitter.cpp185 const llvm::Constant *Op0 = CE->getOperand(0); in GetConstantValue() local