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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1607 bool ConstantsAreOp1; local
1610 ConstantsAreOp1 = true;
1613 ConstantsAreOp1 = false;
1621 if (ConstantsAreOp1 && Opc0 != Opc1) {
1655 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1);
1676 if (MightCreatePoisonOrUB && !ConstantsAreOp1)
1689 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) :

Completed in 109 milliseconds