search for: matches9

Displaying 2 results from an estimated 2 matches for "matches9".

Did you mean: matches
2006 Mar 16
2
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...unctions: bool %matches(ubyte* %begin, ubyte* %end) { entry: %scan_end = getelementptr ubyte* %end, int -1 ; <ubyte*> [#uses=1] br label %loop_test regex6: ; preds = %loop_test %c8 = load ubyte* %iter ; <ubyte> [#uses=1] %matches9 = seteq ubyte %c8, 97 ; <bool> [#uses=1] br bool %matches9, label %ret_true, label %regex2 regex2: ; preds = %regex6 %c = load ubyte* %iter ; <ubyte> [#uses=1] %matches = seteq ubyte %c, 98 ; <bool> [#uses=1]...
2006 Mar 17
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...* %begin, ubyte* %end) { > entry: > %scan_end = getelementptr ubyte* %end, int -1 ; <ubyte*> > [#uses=1] > br label %loop_test > > regex6: ; preds = %loop_test > %c8 = load ubyte* %iter ; <ubyte> [#uses=1] > %matches9 = seteq ubyte %c8, 97 ; <bool> [#uses=1] > br bool %matches9, label %ret_true, label %regex2 > > regex2: ; preds = %regex6 > %c = load ubyte* %iter ; <ubyte> [#uses=1] > %matches = seteq ubyte %c, 98 ; <bool> [...