Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp343 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
H A DInstructions.cpp148 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1060 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1066 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
H A DLint.cpp667 if (Value *W = PN->hasConstantValue()) in findValueImpl()
H A DValueTracking.cpp1473 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp253 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
H A DSROA.cpp632 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2792 Value *hasConstantValue() const;