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.cpp2973 bool IsOp1Undef = isa<UndefValue>(Operands[1]); in ConstantFoldIntrinsicCall2() local
2986 if (IsOp1Undef) in ConstantFoldIntrinsicCall2()
3010 if (!IsOp0Undef && !IsOp1Undef) in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11124 bool IsOp1Undef = isUndefVector</*isPoisonOnly=*/true>( in peekThroughShuffles() local
11132 if (!IsOp1Undef && !IsOp2Undef) { in peekThroughShuffles()