Home
last modified time | relevance | path

Searched refs:VarIndex (Results 1 – 3 of 3) 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/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp334 ArgIdxTy VarIndex; member
456 IO.mapOptional("VariadicIndex", Propagation.VarIndex); in mapping()
535 std::optional<ArgIdxTy> JustVarIndex = P.VarIndex; in parseConfig()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2355 Value *VarIndex; in canonicalizeGEPOfConstGEPI8() local
2359 if (!match(GEP.getOperand(1), m_AddLike(m_Value(VarIndex), m_APInt(C2)))) in canonicalizeGEPOfConstGEPI8()
2373 return GetElementPtrInst::Create(BaseType, GEPConst, VarIndex); in canonicalizeGEPOfConstGEPI8()