Searched refs:hasConstantValue (Results 1 – 8 of 8) sorted by relevance
150 if (!cast<PHINode>(I)->hasConstantValue() && DV.insert(&*I).second) in exploreSyncDependency()
772 if ((Tmp = SizePHI->hasConstantValue())) { in visitPHINode()777 if ((Tmp = OffsetPHI->hasConstantValue())) { in visitPHINode()
654 if (Value *W = PN->hasConstantValue()) in findValueImpl()
1449 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
327 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
142 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
2612 Value *hasConstantValue() const;
612 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()