HomeSort by relevance Sort by last modified time
    Searched defs:getCalledValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
CallSite.h 84 /// getCalledValue - Return the pointer to function that is being called.
86 ValTy *getCalledValue() const {
95 return dyn_cast<FunTy>(getCalledValue());
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 148 milliseconds