Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp436 unsigned SDC = getSubclassDataFromValue(); in BuildLazyArguments() local
437 SDC &= ~(1 << 0); in BuildLazyArguments()
438 const_cast<Function*>(this)->setValueSubclassData(SDC); in BuildLazyArguments()