Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp301 ArgumentOperandCount != FPI.ArgumentOperandCount || in operator ==()
360 PRINT_PROPERTY(ArgumentOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h123 int64_t ArgumentOperandCount = 0; variable