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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3274 APInt TruncC = N101C->getAPIntValue(); local
3275 TruncC = TruncC.trunc(TruncVT.getSizeInBits());
3281 DAG.getConstant(TruncC, TruncVT)));
3459 APInt TruncC = N101C->getAPIntValue(); local
3460 TruncC = TruncC.trunc(TruncVT.getScalarType().getSizeInBits());
3467 DAG.getConstant(TruncC, TruncVT)));
3646 APInt TruncC = N101C->getAPIntValue(); local
3647 TruncC
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4368 // (truncate:TruncVT (and N00, N01C)) -> (and (truncate:TruncVT N00), TruncC)
4376 APInt TruncC = N01C->getAPIntValue(); local
4377 TruncC = TruncC.trunc(TruncVT.getScalarSizeInBits());
4382 DAG.getConstant(TruncC, DL, TruncVT));

Completed in 164 milliseconds