Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1237 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1243 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
H A DLint.cpp675 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1360 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
5277 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp519 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
H A DSROA.cpp1013 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp568 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
H A DInstructions.cpp196 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2924 Value *hasConstantValue() const;