Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41481 bool UseInput01 = false; in combineTargetShuffle() local
41502 UseInput01 |= (4 <= M); in combineTargetShuffle()
41507 if (UseInput00 && !UseInput01) { in combineTargetShuffle()
41510 } else if (!UseInput00 && UseInput01) { in combineTargetShuffle()