Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4723 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth() local
4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
4725 ShImmTy = VT; in ReduceLoadWidth()
4727 Result, DAG.getConstant(ShLeftAmt, ShImmTy)); in ReduceLoadWidth()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6921 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth() local
6922 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
6923 ShImmTy = VT; in ReduceLoadWidth()
6933 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9192 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth() local
9193 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
9194 ShImmTy = VT; in ReduceLoadWidth()
9204 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()