Lines Matching defs:Const
294 Constant *Const, PHINode *Root, DenseSet<PHINode *> &TransitivePHIs) {
320 if (C != Const)
342 Constant *Const = nullptr;
354 if (!Const)
355 Const = C;
357 if (C != Const)
379 if (!Const)
383 return Const;
386 if (!discoverTransitivelyIncomingValues(Const, &I, TransitivePHIs))
389 return Const;
477 Constant *Const = LastVisited->second;
484 std::swap(Const, Other);
485 return ConstantFoldCompareInstOperands(I.getPredicate(), Const, Other, DL);
490 const ValueLatticeElement &ConstLV = ValueLatticeElement::get(Const);