Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1278 auto FalseCst = getIConstantVRegValWithLookThrough(False, MRI); in emitSelect() local
1279 if (!TrueCst && !FalseCst) in emitSelect()
1283 if (TrueCst && FalseCst) { in emitSelect()
1285 int64_t F = FalseCst->Value.getSExtValue(); in emitSelect()
1325 if (FalseCst) { in emitSelect()
1326 int64_t F = FalseCst->Value.getSExtValue(); in emitSelect()