Searched refs:Callee (Results 1 - 5 of 5) 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);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1173 const Value *Callee(II->getCalledValue());
1174 PointerType *PTy = cast<PointerType>(Callee->getType());
1182 PushValueAndType(Callee, InstID, Vals, VE);
1244 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1127 const Value *Callee(II->getCalledValue());
1128 PointerType *PTy = cast<PointerType>(Callee->getType());
1136 PushValueAndType(Callee, InstID, Vals, VE);
1261 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1184 const Value *Callee(II->getCalledValue());
1185 PointerType *PTy = cast<PointerType>(Callee->getType());
1193 PushValueAndType(Callee, InstID, Vals, VE);
1318 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee

Completed in 1343 milliseconds