Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DFunctionSpecialization.h163 Constant *getConstantStackValue(CallInst *Call, Value *Val);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionSpecialization.cpp134 Constant *FunctionSpecializer::getConstantStackValue(CallInst *Call, in getConstantStackValue() function in FunctionSpecializer
194 auto *ConstVal = getConstantStackValue(Call, ArgOp); in promoteConstantStackValues()