Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5112 unsigned CMOVFalseVal = CMOVFalse->getZExtValue(); in LowerSELECT() local
5116 if (CMOVTrueVal == 1 && CMOVFalseVal == 0) { in LowerSELECT()
5119 } else if (CMOVTrueVal == 0 && CMOVFalseVal == 1) { in LowerSELECT()