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

References

lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  218       U = I;
  222     U = C;
  247     return computeAddress(U->getOperand(0), Addr);
  251     if (TLI.getValueType(DL, U->getOperand(0)->getType()) ==
  253       return computeAddress(U->getOperand(0), Addr);
  258     if (TLI.getValueType(DL, U->getType()) == TLI.getPointerTy(DL))
  259       return computeAddress(U->getOperand(0), Addr);
  266     if (!cast<GEPOperator>(U)->isInBounds())
  270     for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U);
  270     for (gep_type_iterator GTI = gep_type_begin(U), E = gep_type_end(U);
  293           if (canFoldAddIntoGEP(U, Op)) {
  310       if (computeAddress(U->getOperand(0), Addr))
  334     const Value *LHS = U->getOperand(0);
  335     const Value *RHS = U->getOperand(1);
  357     const Value *LHS = U->getOperand(0);
  358     const Value *RHS = U->getOperand(1);