Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h186 ImmutableCallSite RelocateCS; variable
189 GCRelocateOperands(const User* U) : RelocateCS(U) { in GCRelocateOperands()
192 GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) { in GCRelocateOperands()
195 GCRelocateOperands(CallSite CS) : RelocateCS(CS) { in GCRelocateOperands()
202 const Value *Token = RelocateCS.getArgument(0); in isTiedToInvoke()
210 return RelocateCS; in getUnderlyingCallSite()
215 const Value *token = RelocateCS.getArgument(0); in statepoint()
237 return cast<ConstantInt>(RelocateCS.getArgument(1))->getZExtValue(); in basePtrIndex()
242 return cast<ConstantInt>(RelocateCS.getArgument(2))->getZExtValue(); in derivedPtrIndex()