Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp2451 bool IsOp1Undef = isa<UndefValue>(Operands[1]); in ConstantFoldScalarCall2() local
2460 if (IsOp1Undef) in ConstantFoldScalarCall2()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8673 bool IsOp1Undef = isUndefVector(SV->getOperand(0)); in vectorizeTree() local
8675 if (!IsOp1Undef && !IsOp2Undef) in vectorizeTree()