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