Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp928 if ((Tmp = SizePHI->hasConstantValue())) { in visitPHINode()
933 if ((Tmp = OffsetPHI->hasConstantValue())) { in visitPHINode()
H A DLint.cpp687 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1427 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DBasicBlock.cpp363 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
H A DInstructions.cpp155 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h2744 Value *hasConstantValue() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp646 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()