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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6565 static SDValue stripTruncAndExt(SDValue Value) { function
6571 return stripTruncAndExt(Value.getOperand(0));
6658 else if (stripTruncAndExt(CombinedValue) != stripTruncAndExt(Value))

Completed in 103 milliseconds