Home
last modified time | relevance | path

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

/freebsd/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.cpp661 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1535 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
5897 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp536 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
H A DInstructions.cpp206 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.cpp1004 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2698 Value *hasConstantValue() const;