Searched refs:VTIsi1 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2144 bool VTIsi1 = false; local
2154 case MVT::i1: VTIsi1 = true; LLVM_FALLTHROUGH;
2164 if (VTIsi1 && SrcReg != AArch64::WZR) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1226 bool VTIsi1 = false; local
1229 VTIsi1 = true;
1258 if (VTIsi1)

Completed in 141 milliseconds