Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2972 bool IsOp0Undef = isa<UndefValue>(Operands[0]); in ConstantFoldIntrinsicCall2() local
2984 if (IsOp0Undef) in ConstantFoldIntrinsicCall2()
3010 if (!IsOp0Undef && !IsOp1Undef) in ConstantFoldIntrinsicCall2()
3012 if (auto *Op = dyn_cast<ConstantFP>(Operands[IsOp0Undef ? 1 : 0])) { in ConstantFoldIntrinsicCall2()