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

/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1678 unsigned Shifted = 0; local
1685 Shifted += 2;
1694 if (Shifted > 24)
1695 Value = Value >> (Shifted - 24);
1697 Value = Value << (24 - Shifted);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3861 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, local
3863 Value *LoBit = Builder.CreateTrunc(Shifted,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp311 SDNode *MatchRotatePosNeg(SDValue Shifted, SDValue Pos, SDValue Neg,
3563 // shifts of Shifted. If Neg == <operand size> - Pos then the OR reduces
3564 // to both (PosOpcode Shifted, Pos) and (NegOpcode Shifted, Neg), with the
3567 SDNode *DAGCombiner::MatchRotatePosNeg(SDValue Shifted, SDValue Pos, argument
3578 EVT VT = Shifted.getValueType();
3581 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted,
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp6777 const SCEV *Shifted = SE.getAddRecExpr(Operands, getLoop(),
6780 dyn_cast<SCEVAddRecExpr>(Shifted))

Completed in 953 milliseconds