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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1512 Constant *IdC = ConstantExpr::getBinOpIdentity(BOpcode, Shuf.getType(), true); local
1513 if (!IdC)
1521 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) :
1522 ConstantExpr::getShuffleVector(IdC, C, Mask);
H A DInstCombineSelect.cpp86 Constant *IdC = ConstantExpr::getBinOpIdentity(BO->getOpcode(), Ty, true); local
87 if (IdC != C) {
88 if (!IdC || !CmpInst::isFPPredicate(Pred))
90 if (!match(IdC, m_AnyZeroFP()) || !match(C, m_AnyZeroFP()))

Completed in 68 milliseconds