Home
last modified time | relevance | path

Searched refs:IsFp (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp42 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} in FAddendCoef()
47 IsFp = false; IntVal = C; in set()
76 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
81 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
85 bool isInt() const { return !IsFp; } in isInt()
97 bool IsFp; member in __anon93ce73af0111::FAddendCoef
226 IsFp = BufHasFpVal = true; in set()
240 IsFp = BufHasFpVal = true; in convertToFpType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp66 IsFp = false; IntVal = C; in set()
91 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
96 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
100 bool isInt() const { return !IsFp; } in isInt()
111 bool IsFp = false; member in __anon6ab698910111::FAddendCoef
238 IsFp = BufHasFpVal = true; in set()
252 IsFp = BufHasFpVal = true; in convertToFpType()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp66 IsFp = false; IntVal = C; in set()
91 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
96 assert(IsFp && BufHasFpVal && "Incorret state"); in getFpVal()
100 bool isInt() const { return !IsFp; } in isInt()
111 bool IsFp = false; member in __anonc449611d0111::FAddendCoef
238 IsFp = BufHasFpVal = true; in set()
252 IsFp = BufHasFpVal = true; in convertToFpType()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2359 bool IsFp = in ParseInstruction() local
2361 if (IsFp && Operands.size() == 1) { in ParseInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2739 bool IsFp = in ParseInstruction() local
2741 if (IsFp && Operands.size() == 1) { in ParseInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3400 bool IsFp = in ParseInstruction() local
3402 if (IsFp && Operands.size() == 1) { in ParseInstruction()