Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39905 auto ContainsOps = [](SDValue HOp, SDValue Op) { in canonicalizeShuffleMaskWithHorizOp() local
39909 if (ContainsOps(BC1, BC0.getOperand(0)) && in canonicalizeShuffleMaskWithHorizOp()
39910 ContainsOps(BC1, BC0.getOperand(1))) { in canonicalizeShuffleMaskWithHorizOp()
39917 if (ContainsOps(BC0, BC1.getOperand(0)) && in canonicalizeShuffleMaskWithHorizOp()
39918 ContainsOps(BC0, BC1.getOperand(1))) { in canonicalizeShuffleMaskWithHorizOp()