Searched refs:TIndex (Results 1 – 2 of 2) sorted by relevance
3063 int TIndex = uc2 - HC_TBASE; in archive_string_normalize_C() local3064 if (0 < TIndex && TIndex < HC_TCOUNT) { in archive_string_normalize_C()3066 UPDATE_UC(uc + TIndex); in archive_string_normalize_C()
5250 unsigned TIndex = Node->getConstantOperandVal(2); in Select() local5251 SDValue TReg = getI8Imm(TIndex, dl); in Select()