Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8145 static SDValue stripTruncAndExt(SDValue Value) { in stripTruncAndExt() function
8151 return stripTruncAndExt(Value.getOperand(0)); in stripTruncAndExt()
8261 else if (stripTruncAndExt(SourceValue) != stripTruncAndExt(WideVal)) in mergeTruncStores()