Home
last modified time | relevance | path

Searched refs:ShCt (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/PerlMagick/t/reference/write/filter/
DSwirl.miff43 …>5�LK�DB�85�95�81�91�93�65�56�54�5/�6*�8&�4'�3.�2.�2*�=8�X^�Zr�Ei�A`�CMPB/ShCt�]y�bu�`w�a{�d}�h~�g…
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7532 SDValue ShCt = DAG.getConstant(ShCtV, in SimplifySelectCC() local
7535 XType, N0, ShCt); in SimplifySelectCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14267 SDValue ShCt = DAG.getConstant(ShCtV, SDLoc(N0), in SimplifySelectCC() local
14270 XType, N0, ShCt); in SimplifySelectCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17788 unsigned ShCt = XType.getSizeInBits() - N2C->getAPIntValue().logBase2() - 1; in foldSelectCCToShiftAnd() local
17789 SDValue ShiftAmt = DAG.getConstant(ShCt, DL, ShiftAmtTy); in foldSelectCCToShiftAnd()