Lines Matching defs:IsFP
6967 int Res = parseUnaryOp(Inst, PFS, KeywordVal, /*IsFP*/ true);
6983 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false))
6996 int Res = parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ true);
7010 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false))
7019 /*IsFP*/ false);
7657 /// If IsFP is false, then any integer operand is allowed, if it is true, any fp
7660 unsigned Opc, bool IsFP) {
7665 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy()
7785 /// If IsFP is false, then any integer operand is allowed, if it is true, any fp
7788 unsigned Opc, bool IsFP) {
7795 bool Valid = IsFP ? LHS->getType()->isFPOrFPVectorTy()
8424 bool IsFP = false;
8459 IsFP = true;
8463 IsFP = true;
8467 IsFP = true;
8471 IsFP = true;
8499 } else if (IsFP) {