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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp68 /// this succeeds, the GetShiftedValue function will be called to produce the
189 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, function
213 0, GetShiftedValue(I->getOperand(0), NumBits, isLeftShift, IC, DL));
215 1, GetShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL));
302 1, GetShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL));
304 2, GetShiftedValue(I->getOperand(2), NumBits, isLeftShift, IC, DL));
312 PN->setIncomingValue(i, GetShiftedValue(PN->getIncomingValue(i), NumBits,
340 DEBUG(dbgs() << "ICE: GetShiftedValue propagating shift through expression"
344 I, GetShiftedValue(Op0, COp1->getZExtValue(), isLeftShift, *this, DL));

Completed in 142 milliseconds