Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2501 bool IsOp1Undef = isa<UndefValue>(Operands[1]); in ConstantFoldScalarCall2() local
2510 if (IsOp1Undef) in ConstantFoldScalarCall2()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6427 bool IsOp1Undef = in peekThroughShuffles() local
6435 if (!IsOp1Undef && !IsOp2Undef) { in peekThroughShuffles()