Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7896 static SDValue stripTruncAndExt(SDValue Value) { in stripTruncAndExt() function
7902 return stripTruncAndExt(Value.getOperand(0)); in stripTruncAndExt()
8008 else if (stripTruncAndExt(SourceValue) != stripTruncAndExt(WideVal)) in mergeTruncStores()