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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11360 auto PeekThroughBitcast = [&](SDValue Op) { local
11373 SDValue SV0 = PeekThroughBitcast(N0->getOperand(0));
11374 SDValue SV1 = PeekThroughBitcast(N0->getOperand(1));

Completed in 167 milliseconds