Searched refs:OpIsFPR (Results 1 – 1 of 1) sorted by relevance
474 bool OpIsFPR = OpTy.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping() local475 (void)OpIsFPR; in getSameKindOfOperandsMapping()476 assert(IsFPR == OpIsFPR && "Operand has incompatible type"); in getSameKindOfOperandsMapping()