Searched defs:Callee (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2607 Value *Callee; local
2608 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
2611 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
2640 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
2792 Value *Callee; local
2793 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
2796 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
2826 I = CallInst::Create(Callee, Args);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2852 Value *Callee; local
2853 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
2856 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
2885 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3130 Value *Callee; local
3131 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3134 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3164 I = CallInst::Create(Callee, Args);

Completed in 57 milliseconds