Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp399 static LLIntegerConditionCodes convert_to_llvm_uintcc(CC_RELATION cc);
4825 cc_val = convert_to_llvm_uintcc(CC_LT); in gen_minmax_expr()
4840 cc_val = convert_to_llvm_uintcc(CC_GT); in gen_minmax_expr()
4868 cc_val = convert_to_llvm_uintcc(cc_ctype); in gen_minmax_expr()
8376 operand->val.cc = convert_to_llvm_uintcc(ILI_ccOPND(ilix, 2)); in gen_llvm_expr()
8386 operand->val.cc = convert_to_llvm_uintcc(ILI_ccOPND(ilix, 2)); in gen_llvm_expr()
8419 operand->val.cc = convert_to_llvm_uintcc(ILI_ccOPND(ilix, 2)); in gen_llvm_expr()
8442 operand->val.cc = convert_to_llvm_uintcc(ILI_ccOPND(ilix, 3)); in gen_llvm_expr()
8459 operand->val.cc = convert_to_llvm_uintcc(ILI_ccOPND(ilix, 3)); in gen_llvm_expr()
9640 convert_to_llvm_uintcc(CC_RELATION cc) in convert_to_llvm_uintcc() function
[all …]