Searched defs:IsVariable (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ | ||
H A D | LVSymbol.h | 29 IsVariable, enumerator |
/llvm-project/clang-tools-extra/clang-tidy/performance/ | ||
H A D | MoveConstArgCheck.cpp | 140 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | tools.h | 76 template <typename A> bool IsVariable(const A &x) { in IsVariable() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | AutoUpgrade.cpp | 3339 bool IsVariable = Name[16] == 'v'; upgradeX86IntrinsicCall() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 25184 getTargetVShiftUniformOpcode(unsigned Opc,bool IsVariable) getTargetVShiftUniformOpcode() argument |