Home
last modified time | relevance | path

Searched refs:getConstantStackValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h297 Constant *getConstantStackValue(CallInst *Call, Value *Val);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp510 Constant *FunctionSpecializer::getConstantStackValue(CallInst *Call, in getConstantStackValue() function in FunctionSpecializer
564 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues()