Home
last modified time | relevance | path

Searched defs:IsVariable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp138 bool IsVariable = isa<DeclRefExpr>(Arg); in check() local
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h66 template <typename A> bool IsVariable(const A &x) { in IsVariable() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp3153 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3221 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3289 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26146 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()