Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2305 } else if (BinopElts AltB1 = getAlternateBinop(B1, DL)) { in foldSelectShuffle() local
2306 assert(isa<Constant>(AltB1.Op1) && "Expecting constant with alt binop"); in foldSelectShuffle()
2307 Opc1 = AltB1.Opcode; in foldSelectShuffle()
2308 C1 = cast<Constant>(AltB1.Op1); in foldSelectShuffle()