Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/IR/
HDBasicBlock.cpp277 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
HDInstructions.cpp161 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/trueos/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp770 if ((Tmp = SizePHI->hasConstantValue())) { in visitPHINode()
775 if ((Tmp = OffsetPHI->hasConstantValue())) { in visitPHINode()
HDLint.cpp651 if (Value *W = PN->hasConstantValue()) in findValueImpl()
HDValueTracking.cpp720 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in ComputeMaskedBits()
HDScalarEvolutionExpander.cpp1602 if (Value *V = Phi->hasConstantValue()) { in replaceCongruentIVs()
/trueos/contrib/llvm/include/llvm/IR/
HDInstructions.h2147 Value *hasConstantValue() const;