Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp67 return Phi->hasConstantOrUndefValue(); in isConstantOrUndefValuePhi()
H A DInstructions.cpp230 bool PHINode::hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function in PHINode
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2457 bool hasConstantOrUndefValue() const { in hasConstantOrUndefValue() function
2458 return cast<llvm::PHINode>(Val)->hasConstantOrUndefValue(); in hasConstantOrUndefValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2840 LLVM_ABI bool hasConstantOrUndefValue() const;