Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1206 auto FalseCst = getIConstantVRegValWithLookThrough(False, MRI); in emitSelect() local
1207 if (!TrueCst && !FalseCst) in emitSelect()
1211 if (TrueCst && FalseCst) { in emitSelect()
1213 int64_t F = FalseCst->Value.getSExtValue(); in emitSelect()
1253 if (FalseCst) { in emitSelect()
1254 int64_t F = FalseCst->Value.getSExtValue(); in emitSelect()