Searched refs:TruncC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3913 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
3920 APInt TruncC = N01C->getAPIntValue(); local
3921 TruncC = TruncC.trunc(TruncVT.getScalarSizeInBits());
3925 DAG.getConstant(TruncC, TruncVT));

Completed in 92 milliseconds