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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3599 APInt TruncC = N101C->getAPIntValue(); local
3600 TruncC = TruncC.trunc(TruncVT.getSizeInBits());
3606 DAG.getConstant(TruncC, TruncVT)));
3786 APInt TruncC = N101C->getAPIntValue(); local
3787 TruncC = TruncC.trunc(TruncVT.getScalarType().getSizeInBits());
3794 DAG.getConstant(TruncC, TruncVT)));
3972 APInt TruncC = N101C->getAPIntValue(); local
3973 TruncC
[all...]

Completed in 198 milliseconds