Home
last modified time | relevance | path

Searched refs:ShLeftAmt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4666 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
4670 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
4722 if (ShLeftAmt != 0) { in ReduceLoadWidth()
4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
4727 Result, DAG.getConstant(ShLeftAmt, ShImmTy)); in ReduceLoadWidth()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6835 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
6839 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
6920 if (ShLeftAmt != 0) { in ReduceLoadWidth()
6922 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
6929 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
6933 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9136 unsigned ShLeftAmt = 0; in ReduceLoadWidth() local
9140 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
9191 if (ShLeftAmt != 0) { in ReduceLoadWidth()
9193 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
9200 if (ShLeftAmt >= VT.getSizeInBits()) in ReduceLoadWidth()
9204 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()