Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h324 void mutateFunctionType(FunctionType *Ty) const { in mutateFunctionType() function
325 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
H A DInstrTypes.h1053 void mutateFunctionType(FunctionType *FTy) {
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp389 CS.mutateFunctionType(Callee->getFunctionType()); in promoteCall()
H A DValueMapper.cpp915 CS.mutateFunctionType(FunctionType::get( in remapInstruction()