HomeSort by: relevance | last modified time | path
    Searched refs:OpSizeInBits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 6033 unsigned OpSizeInBits = VT.getSizeInBits();
6034 if (DemandHighBits && OpSizeInBits > 16) {
6045 N10, APInt::getHighBitsSet(OpSizeInBits, OpSizeInBits - 16)))
6050 if (OpSizeInBits > 16) {
6053 DAG.getConstant(OpSizeInBits - 16, DL,
8183 unsigned OpSizeInBits = VT.getScalarSizeInBits();
8221 APInt::getAllOnesValue(OpSizeInBits)))
8236 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS,
8241 return (c1 + c2).uge(OpSizeInBits);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 16444 unsigned OpSizeInBits = VT.getScalarSizeInBits();
16465 if (Mask->getZExtValue() == OpSizeInBits - 1)

Completed in 63 milliseconds