Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1106 auto FalseCst = getConstantVRegValWithLookThrough(False, MRI); in emitSelect() local
1107 if (!TrueCst && !FalseCst) in emitSelect()
1111 if (TrueCst && FalseCst) { in emitSelect()
1113 auto F = FalseCst->Value; in emitSelect()
1153 if (FalseCst) { in emitSelect()
1154 auto F = FalseCst->Value; in emitSelect()