Searched refs:isTruncateOf (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6241 static bool isTruncateOf(SelectionDAG &DAG, SDValue N, SDValue &Op, in isTruncateOf() function 6293 if (!VT.isVector() && isTruncateOf(DAG, N0, Op, KnownZero)) { in visitZERO_EXTEND()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8568 static bool isTruncateOf(SelectionDAG &DAG, SDValue N, SDValue &Op, in isTruncateOf() function 8619 if (!VT.isVector() && isTruncateOf(DAG, N0, Op, Known)) { in visitZERO_EXTEND()
|