Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2301 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) { in foldSelectShuffle() local
2302 assert(isa<Constant>(AltB0.Op1) && "Expecting constant with alt binop"); in foldSelectShuffle()
2303 Opc0 = AltB0.Opcode; in foldSelectShuffle()
2304 C0 = cast<Constant>(AltB0.Op1); in foldSelectShuffle()