Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1205 auto TrueCst = getIConstantVRegValWithLookThrough(True, MRI); in emitSelect() local
1207 if (!TrueCst && !FalseCst) in emitSelect()
1211 if (TrueCst && FalseCst) { in emitSelect()
1212 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()
1232 if (TrueCst) { in emitSelect()
1233 int64_t T = TrueCst->Value.getSExtValue(); in emitSelect()