Home
last modified time | relevance | path

Searched refs:CalleeAddr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp762 uint64_t CalleeAddr; in selectPatchpoint() local
764 CalleeAddr = cast<ConstantInt>(C->getOperand(0))->getZExtValue(); in selectPatchpoint()
767 CalleeAddr = cast<ConstantInt>(C->getOperand(0))->getZExtValue(); in selectPatchpoint()
771 CalleeAddr = 0; in selectPatchpoint()
775 Ops.push_back(MachineOperand::CreateImm(CalleeAddr)); in selectPatchpoint()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1039 llvm::Value *CalleeAddr = CGF.CGM.GetAddrOfFunction(Callee); in EmitNewDeleteCall() local
1043 CalleeAddr, ReturnValueSlot(), Args, Callee, &CallOrInvoke); in EmitNewDeleteCall()
1050 llvm::Function *Fn = dyn_cast<llvm::Function>(CalleeAddr); in EmitNewDeleteCall()