Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp2647 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2715 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2783 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21202 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()