Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3001 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3069 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
3137 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24870 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()