Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2544 bool IsOp1Undef = isa<UndefValue>(Operands[1]); in ConstantFoldScalarCall2() local
2553 if (IsOp1Undef) in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6721 bool IsOp1Undef = in peekThroughShuffles() local
6729 if (!IsOp1Undef && !IsOp2Undef) { in peekThroughShuffles()