Searched refs:VarIndex (Results 1 – 4 of 4) sorted by relevance
28 VARIANT VarIndex; in getChildAtIndex() local29 VarIndex.vt = VT_I4; in getChildAtIndex()30 VarIndex.lVal = Index; in getChildAtIndex()31 if (S_OK != Enumerator->Item(VarIndex, &Item)) in getChildAtIndex()
321 for (auto [VarIndex, Multiplier] : Info.VariableOffsets) { in visitGetElementPtrInst()324 assert(VarIndex->getType()->isIntegerTy(32) && in visitGetElementPtrInst()331 VI = Builder.CreateMul(VarIndex, in visitGetElementPtrInst()336 VarIndex, in visitGetElementPtrInst()
332 ArgIdxTy VarIndex; member454 IO.mapOptional("VariadicIndex", Propagation.VarIndex); in mapping()533 std::optional<ArgIdxTy> JustVarIndex = P.VarIndex; in parseConfig()
2600 Value *VarIndex; in canonicalizeGEPOfConstGEPI8() local2604 if (!match(GEP.getOperand(1), m_AddLike(m_Value(VarIndex), m_APInt(C2)))) in canonicalizeGEPOfConstGEPI8()2618 return GetElementPtrInst::Create(BaseType, GEPConst, VarIndex); in canonicalizeGEPOfConstGEPI8()