Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h29 IsVariable, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3517 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3585 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3653 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24950 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()