Home
last modified time | relevance | path

Searched defs:isVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h133 bool isVariable() const { return GV == Kind::Variable; } in isVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h142 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h301 bool isVariable() const { in isVariable() function