Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1429 bool AllPositive = true; in aliasGEP() local
1438 if (AllPositive) { in aliasGEP()
1458 AllPositive = in aliasGEP()
1477 if (AllPositive && GEP1BaseOffset.sgt(0) && in aliasGEP()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35000 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth() local
35006 else if (AllPositive && MinSignBits >= 24) in canReduceVMulWidth()
35012 else if (AllPositive && MinSignBits >= 16) in canReduceVMulWidth()