Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h239 iterator V1I = insert(V1), V2I = insert(V2); in unionSets() local
240 return unionSets(findLeader(V1I), findLeader(V2I)); in unionSets()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_cx0_phy_regs.h268 #define V2I(val) REG_FIELD_PREP16(V2I_MASK, val) macro
H A Dintel_cx0_phy.c1960 pll_state->mpllb[3] = (V2I(V2I_2) | in intel_c20_compute_hdmi_tmds_pll()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp444 auto V2I = Value2Index.find(V); in getConstraint() local
445 if (V2I != Value2Index.end()) in getConstraint()
446 return V2I->second; in getConstraint()