Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp2996 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3064 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3132 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24702 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()