Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h29 IsVariable, enumerator
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp3299 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3367 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3435 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26598 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()