Searched defs:isTruncFree (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4862 bool isTruncFree = TLI.isTruncateFree(N->getValueType(0), N0.getValueType()); local
4892 if (!isTruncFree)

Completed in 71 milliseconds