Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2340 IntrinsicInst *Tramp) { in transformCallThroughTrampoline() argument
2351 assert(Tramp && in transformCallThroughTrampoline()
2354 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline()
2396 Value *NestVal = Tramp->getArgOperand(2); in transformCallThroughTrampoline()
DInstCombineInternal.h382 IntrinsicInst *Tramp);