HomeSort by relevance Sort by last modified time
    Searched refs:mutateFunctionType (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 299 void mutateFunctionType(FunctionType *Ty) const {
300 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 387 CS.mutateFunctionType(Callee->getFunctionType());
ValueMapper.cpp 915 CS.mutateFunctionType(FunctionType::get(
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 460 CI->mutateFunctionType(DirectCallee->getFunctionType());
469 II->mutateFunctionType(DirectCallee->getFunctionType());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 324 void mutateFunctionType(FunctionType *Ty) const {
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty));
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 899 CS.mutateFunctionType(FunctionType::get(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 238 milliseconds