Lines Matching defs:equivalentAsOperands
345 if (!equivalentAsOperands(L.getCalledOperand(), R.getCalledOperand(),
355 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I), &AC)) {
410 if (!equivalentAsOperands(LI.getIncomingValue(I),
463 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) {
480 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress(), AC)) {
495 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) {
541 if (!equivalentAsOperands(LO, RO, AC)) {
551 bool equivalentAsOperands(const Constant *L, const Constant *R,
562 return Engine.equivalentAsOperands(cast<GlobalValue>(L),
567 return equivalentAsOperands(cast<ConstantExpr>(L), cast<ConstantExpr>(R),
588 if (!equivalentAsOperands(CVL->getOperand(i), CVR->getOperand(i), AC))
604 if (!equivalentAsOperands(CAL->getAggregateElement(I),
641 if (!equivalentAsOperands(LAgg, RAgg, AC)) {
652 bool equivalentAsOperands(const ConstantExpr *L, const ConstantExpr *R,
686 if (!equivalentAsOperands(LOp, ROp, AC))
703 bool equivalentAsOperands(const Value *L, const Value *R,
714 return equivalentAsOperands(cast<Constant>(L), cast<Constant>(R), AC);
921 if (!equivalentAsOperands(LCall->getCalledOperand(),
935 if (!equivalentAsOperands(LInvoke->getCalledOperand(),
1015 bool DifferenceEngine::equivalentAsOperands(const GlobalValue *L,
1025 .equivalentAsOperands(GVL->getInitializer(), GVR->getInitializer(),