Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2750 bool WithCMov) { in safeWithoutCompWithNull() argument
2762 if (WithCMov) { in safeWithoutCompWithNull()
2775 ISD::CondCode CC, bool WithCMov, in generateComparison() argument
2780 if (CompVT == VT && safeWithoutCompWithNull(VT, CC, WithCMov) && in generateComparison()
2882 bool WithCMov = true; in combineSelectCC() local
2883 SDValue CompNode = generateComparison(LHSVT, LHS, RHS, CC, WithCMov, DL, DAG); in combineSelectCC()