Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
DPR35628_2.ll46 %exact1 = ashr exact i64 %inc11, 32
56 %sum2 = add i64 %sum1, %exact1
/external/u-boot/scripts/kconfig/
Dsymbol.c1018 int exact1, exact2; in sym_rel_comp() local
1029 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1031 if (exact1 && !exact2) in sym_rel_comp()
1033 if (!exact1 && exact2) in sym_rel_comp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DependenceAnalysis/
DExactSIV.ll49 define void @exact1(i32* %A, i32* %B) nounwind uwtable ssp {
53 ; CHECK-LABEL: exact1
/external/llvm/test/Analysis/DependenceAnalysis/
DExactSIV.ll49 define void @exact1(i32* %A, i32* %B) nounwind uwtable ssp {