Searched refs:HSV (Results 1 – 2 of 2) sorted by relevance
2450 ShuffleVectorInst *HSV = dyn_cast<ShuffleVectorInst>(HOp); in getReplacementInput() local2461 if ((LEE || LSV) && (HEE || HSV) && !IsSizeChangeShuffle) { in getReplacementInput()2481 Value *I3 = HSV->getOperand(0); in getReplacementInput()2488 Value *I4 = HSV->getOperand(1); in getReplacementInput()2535 Idx = HSV->getMaskValue(i); in getReplacementInput()2537 INum = HSV->getOperand(0) == I1 ? 0 : 1; in getReplacementInput()2540 INum = HSV->getOperand(1) == I1 ? 0 : 1; in getReplacementInput()
1236 Color describes a color in RGB space or HSV space, and its alpha (transparency). 1250 <!-- @attribute hue The hue component of an HSV color. Hue ranges from 0 to 360. -->1254 …<!-- @attribute saturation The saturation component of an HSV color. Saturation ranges from 0 to 1…1256 <!-- @attribute value The value component of an HSV color. Value ranges from 0 to 1. -->1931 <!-- @element color Color specifies a solid color in RGB or HSV. -->