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