Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2648 bool IsOp1Undef = isa<UndefValue>(Operands[1]); in ConstantFoldIntrinsicCall2() local
2657 if (IsOp1Undef) in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7865 bool IsOp1Undef = in peekThroughShuffles() local
7873 if (!IsOp1Undef && !IsOp2Undef) { in peekThroughShuffles()