Searched refs:TypeShiftAmt (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4030 unsigned TypeShiftAmt = i & (SplatBitSize-1); local
4033 if (SextVal == (i << (int)TypeShiftAmt)) {
4044 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
4055 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
4066 if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
4067 ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7283 unsigned TypeShiftAmt = i & (SplatBitSize-1); local
7286 if (SextVal == (int)((unsigned)i << TypeShiftAmt)) {
7297 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
7308 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
7319 if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
7320 ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {

Completed in 229 milliseconds