Searched defs:ArgumentValue (Results 1 – 6 of 6) sorted by relevance
168 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue; typedef
253 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable
1475 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction() local