Home
last modified time | relevance | path

Searched defs:canCreateUndefOrPoison (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6571 static bool canCreateUndefOrPoison(const Operator *Op, UndefPoisonKind Kind, canCreateUndefOrPoison() function
6725 bool llvm::canCreateUndefOrPoison(const Operator *Op, canCreateUndefOrPoison() function in llvm
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4990 bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, bool PoisonOnly, canCreateUndefOrPoison() function in SelectionDAG
5005 bool SelectionDAG::canCreateUndefOrPoison(SDValue Op, const APInt &DemandedElts, canCreateUndefOrPoison() function in SelectionDAG