Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1379 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1385 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
H A DLint.cpp695 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1706 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
5762 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp516 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
H A DInstructions.cpp210 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp526 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
H A DSROA.cpp1009 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp903 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in llvm::sandboxir::PHINode
904 llvm::Value *LLVMV = cast<llvm::PHINode>(Val)->hasConstantValue(); in hasConstantValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h2455 LLVM_ABI Value *hasConstantValue() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2835 LLVM_ABI Value *hasConstantValue() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21375 {"_ZNK4llvm7PHINode16hasConstantValueEv", "llvm::PHINode::hasConstantValue() const"},