Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp175 if (!cast<PHINode>(I)->hasConstantOrUndefValue() && DV.insert(&*I).second) in exploreSyncDependency()
H A DDivergenceAnalysis.cpp283 if (Phi.hasConstantOrUndefValue()) in taintAndPushPhiNodes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2808 bool hasConstantOrUndefValue() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp172 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode