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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3008 Value *Callee; local
3009 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3189 Value *Callee; local
3190 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3223 I = CallInst::Create(Callee, Args);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1546 const clang::Expr* Callee = CE->getCallee(); local
1547 const clang::Type* CalleeType = Callee->getType().getTypePtr();
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3256 Value *Callee; local
3257 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3534 Value *Callee; local
3535 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3568 I = CallInst::Create(Callee, Args);

Completed in 1639 milliseconds