Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp375 SmallVector<int, 8> ShiftAmts; in simplifyX86varShift() local
379 ShiftAmts.push_back(-1); in simplifyX86varShift()
393 ShiftAmts.push_back(LogicalShift ? BitWidth : BitWidth - 1); in simplifyX86varShift()
397 ShiftAmts.push_back((int)ShiftVal.getZExtValue()); in simplifyX86varShift()
403 if (llvm::all_of(ShiftAmts, OutOfRange)) { in simplifyX86varShift()
405 for (int Idx : ShiftAmts) { in simplifyX86varShift()
422 for (int Idx : ShiftAmts) { in simplifyX86varShift()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp440 SmallVector<int, 8> ShiftAmts; in simplifyX86varShift() local
444 ShiftAmts.push_back(-1); in simplifyX86varShift()
458 ShiftAmts.push_back(LogicalShift ? BitWidth : BitWidth - 1); in simplifyX86varShift()
462 ShiftAmts.push_back((int)ShiftVal.getZExtValue()); in simplifyX86varShift()
468 if (llvm::all_of(ShiftAmts, OutOfRange)) { in simplifyX86varShift()
470 for (int Idx : ShiftAmts) { in simplifyX86varShift()
487 for (int Idx : ShiftAmts) { in simplifyX86varShift()