Searched defs:OverallLeftShift (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1269 /// On entry to the function the "OverallLeftShift" is a signed integer value
1272 /// OverallLeftShift value would be -2 on entry. This is used to specify which
1279 /// always in the local (OverallLeftShift) coordinate space.
1281 static bool CollectBSwapParts(Value *V, int OverallLeftShift, uint32_t ByteMask, argument
1286 return CollectBSwapParts(I->getOperand(0), OverallLeftShift, ByteMask,
1288 CollectBSwapParts(I->getOperand(1), OverallLeftShift, ByteMask,
1293 // OverallLeftShift and ByteMask adjusted.
1304 OverallLeftShift += ByteShift;
1308 OverallLeftShift -= ByteShift;
1313 if (OverallLeftShift >
[all...]

Completed in 61 milliseconds