Searched refs:RelocateCS (Results 1 – 1 of 1) sorted by relevance
312 ImmutableCallSite RelocateCS; variable315 GCRelocateOperands(const User *U) : RelocateCS(U) { assert(isGCRelocate(U)); } in GCRelocateOperands()316 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands()319 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { assert(isGCRelocate(CS)); } in GCRelocateOperands()324 const Value *Token = RelocateCS.getArgument(0); in isTiedToInvoke()330 ImmutableCallSite getUnderlyingCallSite() { return RelocateCS; } in getUnderlyingCallSite()334 const Value *Token = RelocateCS.getArgument(0); in getStatepoint()358 return cast<ConstantInt>(RelocateCS.getArgument(1))->getZExtValue(); in getBasePtrIndex()364 return cast<ConstantInt>(RelocateCS.getArgument(2))->getZExtValue(); in getDerivedPtrIndex()