Searched refs:ICGPR_All (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 111 enum ICmpInGPRType { ICGPR_All, ICGPR_None, ICGPR_I32, ICGPR_I64, enumerator 116 "ppc-gpr-icmps", cl::Hidden, cl::init(ICGPR_All), 119 clEnumValN(ICGPR_All, "all", "All possible int comparisons in GPRs."),
|