reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
832 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, 836 Constant *Ptr = Ops[0]; 844 for (unsigned i = 1, e = Ops.size(); i != e; ++i) 845 if (!isa<ConstantInt>(Ops[i])) { 849 if (Ops.size() == 2 && ResElemTy->isIntegerTy(8)) { 850 auto *CE = dyn_cast<ConstantExpr>(Ops[1]); 871 makeArrayRef((Value * const *)Ops.data() + 1, Ops.size() - 1))); 871 makeArrayRef((Value * const *)Ops.data() + 1, Ops.size() - 1)));