Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1171 bool AllPositive = true; in aliasGEP() local
1180 if (AllPositive) { in aliasGEP()
1200 AllPositive = in aliasGEP()
1219 if (AllPositive && GEP1BaseOffset > 0 && V2Size <= (uint64_t)GEP1BaseOffset) in aliasGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1373 bool AllPositive = true; in aliasGEP() local
1382 if (AllPositive) { in aliasGEP()
1402 AllPositive = in aliasGEP()
1421 if (AllPositive && GEP1BaseOffset > 0 && V2Size <= (uint64_t)GEP1BaseOffset) in aliasGEP()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27442 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth() local
27448 else if (AllPositive && MinSignBits >= 24) in canReduceVMulWidth()
27454 else if (AllPositive && MinSignBits >= 16) in canReduceVMulWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33529 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth() local
33535 else if (AllPositive && MinSignBits >= 24) in canReduceVMulWidth()
33541 else if (AllPositive && MinSignBits >= 16) in canReduceVMulWidth()