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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4559 // isTruncateOf - If N is a truncate of some other value, return true, record
4563 static bool isTruncateOf(SelectionDAG &DAG, SDValue N, SDValue &Op, function
4616 if (!VT.isVector() && isTruncateOf(DAG, N0, Op, KnownZero)) {

Completed in 192 milliseconds