Home
last modified time | relevance | path

Searched refs:mutateFunctionType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h332 void mutateFunctionType(FunctionType *Ty) const { in mutateFunctionType() function
333 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
DInstrTypes.h1151 void mutateFunctionType(FunctionType *FTy) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp389 CS.mutateFunctionType(Callee->getFunctionType()); in promoteCall()
DValueMapper.cpp897 CS.mutateFunctionType(FunctionType::get( in remapInstruction()