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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4139 unsigned ElementWidth = VT.getScalarType().getSizeInBits(); local
4141 DAG.getConstant(APInt::getAllOnesValue(ElementWidth), VT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6205 unsigned ElementWidth = VT.getScalarType().getSizeInBits(); local
6208 DAG.getConstant(APInt::getAllOnesValue(ElementWidth), DL, VT);

Completed in 109 milliseconds