Searched refs:TrueCst (Results 1 – 1 of 1) sorted by relevance
1277 auto TrueCst = getIConstantVRegValWithLookThrough(True, MRI); in emitSelect() local1279 if (!TrueCst && !FalseCst) in emitSelect()1283 if (TrueCst && FalseCst) { in emitSelect()1284 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()1304 if (TrueCst) { in emitSelect()1305 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()