Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3342 unsigned CMOVFalseVal = CMOVFalse->getZExtValue(); in LowerSELECT() local
3346 if (CMOVTrueVal == 1 && CMOVFalseVal == 0) { in LowerSELECT()
3349 } else if (CMOVTrueVal == 0 && CMOVFalseVal == 1) { in LowerSELECT()