Searched refs:hasConstantValue (Results 1 – 11 of 11) sorted by relevance
1379 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()1385 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
695 if (Value *W = PN->hasConstantValue()) in findValueImpl()
1706 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()5762 if (isa_and_nonnull<UndefValue>(P->hasConstantValue())) in computeKnownFPClass()
516 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
210 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
526 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
1009 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
903 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in llvm::sandboxir::PHINode904 llvm::Value *LLVMV = cast<llvm::PHINode>(Val)->hasConstantValue(); in hasConstantValue()
2455 LLVM_ABI Value *hasConstantValue() const;
2835 LLVM_ABI Value *hasConstantValue() const;
21375 {"_ZNK4llvm7PHINode16hasConstantValueEv", "llvm::PHINode::hasConstantValue() const"},