Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DBasicBlock.cpp340 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
H A DInstructions.cpp152 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1225 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1231 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
H A DLint.cpp672 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1560 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp489 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
H A DSROA.cpp629 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2870 Value *hasConstantValue() const;