Searched refs:TrueCst (Results 1 – 1 of 1) sorted by relevance
1137 auto TrueCst = getConstantVRegValWithLookThrough(True, MRI); in emitSelect() local1139 if (!TrueCst && !FalseCst) in emitSelect()1143 if (TrueCst && FalseCst) { in emitSelect()1144 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()1164 if (TrueCst) { in emitSelect()1165 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()