reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/Evaluator.cpp
  272   if (auto *Fn = getFunction(getVal(V)))
  298     auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL);
  341       Constant *Ptr = getVal(SI->getOperand(1));
  354       Constant *Val = getVal(SI->getOperand(0));
  400                                      getVal(BO->getOperand(0)),
  401                                      getVal(BO->getOperand(1)));
  406                                             getVal(CI->getOperand(0)),
  407                                             getVal(CI->getOperand(1)));
  412                                          getVal(CI->getOperand(0)),
  417       InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
  418                                            getVal(SI->getOperand(1)),
  419                                            getVal(SI->getOperand(2)));
  424           getVal(EVI->getAggregateOperand()), EVI->getIndices());
  429           getVal(IVI->getAggregateOperand()),
  430           getVal(IVI->getInsertedValueOperand()), IVI->getIndices());
  434       Constant *P = getVal(GEP->getOperand(0));
  438         GEPOps.push_back(getVal(*i));
  450       Constant *Ptr = getVal(LI->getOperand(0));
  501           Constant *Ptr = getVal(MSI->getDest());
  502           Constant *Val = getVal(MSI->getValue());
  503           Constant *DestVal = ComputeLoadResult(getVal(Ptr));
  527           Value *PtrArg = getVal(II->getArgOperand(1));
  615             dyn_cast<ConstantInt>(getVal(BI->getCondition()));
  622           dyn_cast<ConstantInt>(getVal(SI->getCondition()));
  626         Value *Val = getVal(IBI->getAddress())->stripPointerCasts();
  709         RetVal = getVal(RI->getOperand(0));
  726       setVal(PN, getVal(PN->getIncomingValueForBlock(CurBB)));