Searched refs:TrueCst (Results 1 – 1 of 1) sorted by relevance
1269 auto TrueCst = getIConstantVRegValWithLookThrough(True, MRI); in emitSelect() local1271 if (!TrueCst && !FalseCst) in emitSelect()1275 if (TrueCst && FalseCst) { in emitSelect()1276 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()1296 if (TrueCst) { in emitSelect()1297 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()