Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1137 auto TrueCst = getConstantVRegValWithLookThrough(True, MRI); in emitSelect() local
1139 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()