Home
last modified time | relevance | path

Searched refs:RotateConst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23873 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate() local
23874 uint64_t RotateAmt = RotateConst->getAPIntValue().getZExtValue(); in LowerRotate()
23897 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate() local
23898 uint64_t RotateAmt = RotateConst->getAPIntValue().getZExtValue(); in LowerRotate()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20461 if (auto *RotateConst = BVAmt->getConstantSplatNode()) { in LowerRotate() local
20462 uint64_t RotateAmt = RotateConst->getAPIntValue().getZExtValue(); in LowerRotate()