Home
last modified time | relevance | path

Searched refs:VarIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumDebugStreams.cpp28 VARIANT VarIndex; in getChildAtIndex() local
29 VarIndex.vt = VT_I4; in getChildAtIndex()
30 VarIndex.lVal = Index; in getChildAtIndex()
31 if (S_OK != Enumerator->Item(VarIndex, &Item)) in getChildAtIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILFlattenArrays.cpp321 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp332 ArgIdxTy VarIndex; member
454 IO.mapOptional("VariadicIndex", Propagation.VarIndex); in mapping()
533 std::optional<ArgIdxTy> JustVarIndex = P.VarIndex; in parseConfig()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2600 Value *VarIndex; in canonicalizeGEPOfConstGEPI8() local
2604 if (!match(GEP.getOperand(1), m_AddLike(m_Value(VarIndex), m_APInt(C2)))) in canonicalizeGEPOfConstGEPI8()
2618 return GetElementPtrInst::Create(BaseType, GEPConst, VarIndex); in canonicalizeGEPOfConstGEPI8()