Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2019 static bool isTruncWithZeroHighBitsInput(SDValue V, SelectionDAG &DAG) { in isTruncWithZeroHighBitsInput() function
2169 if (isTruncWithZeroHighBitsInput(Cond, DAG)) in LowerSELECT()
2434 if (isTruncWithZeroHighBitsInput(Cond, DAG)) in LowerBRCOND()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25023 static bool isTruncWithZeroHighBitsInput(SDValue V, SelectionDAG &DAG) { in isTruncWithZeroHighBitsInput() function
25269 if (isTruncWithZeroHighBitsInput(Cond, DAG)) in LowerSELECT()
25886 if (isTruncWithZeroHighBitsInput(Cond, DAG)) in LowerBRCOND()