Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Builder/
H A DHLFIRTools.h59 bool isVariable() const { return !isValue(); } isVariable() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h132 bool isVariable() const { return GV == Kind::Variable; } in isVariable() function
/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h141 bool isVariable() const { return !isAlways() && !isNever(); } isVariable() function
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h300 bool isVariable() const { in isVariable() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp51 bool Operand::isVariable() const { return VariableIndex.has_value(); } in isVariable() function in llvm::exegesis::Operand
/llvm-project/flang/lib/Semantics/
H A Dcheck-call.cpp212 bool isVariable{evaluate::IsVariable(actual)}; CheckCharacterActual() local