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

  /external/swiftshader/third_party/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/
Statepoint.h 121 ValueTy *getCalledValue() const {
132 return dyn_cast<Function>(getCalledValue());
148 cast<PointerType>(getCalledValue()->getType())->getElementType());
CallSite.h 91 /// getCalledValue - Return the pointer to function that is being called.
93 ValTy *getCalledValue() const {
102 return dyn_cast<FunTy>(getCalledValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Statepoint.h 141 ValueTy *getCalledValue() const {
152 return dyn_cast<Function>(getCalledValue());
168 cast<PointerType>(getCalledValue()->getType())->getElementType());
CallSite.h 100 ValTy *getCalledValue() const {
108 return dyn_cast<FunTy>(getCalledValue());
113 const Value *V = getCalledValue();
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]

Completed in 977 milliseconds