Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp294 ConstantIntOperandCount != FPI.ConstantIntOperandCount || in operator ==()
353 PRINT_PROPERTY(ConstantIntOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h116 int64_t ConstantIntOperandCount = 0; variable