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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp277 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue()))
H A DInstructions.cpp159 /// hasConstantValue - If the specified PHI node always merges together the same
161 Value *PHINode::hasConstantValue() const { function in class:PHINode
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp770 if ((Tmp = SizePHI->hasConstantValue())) {
775 if ((Tmp = OffsetPHI->hasConstantValue())) {
H A DLint.cpp651 if (Value *W = PN->hasConstantValue())
H A DScalarEvolutionExpander.cpp1602 if (Value *V = Phi->hasConstantValue()) {
H A DValueTracking.cpp720 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue()))
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2145 /// hasConstantValue - If the specified PHI node always merges together the
2147 Value *hasConstantValue() const;

Completed in 115 milliseconds