Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2841 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2909 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
2977 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23265 static unsigned getTargetVShiftUniformOpcode(unsigned Opc, bool IsVariable) { in getTargetVShiftUniformOpcode()