HomeSort by relevance Sort by last modified time
    Searched full:constant (Results 676 - 700 of 9298) sorted by null

<<21222324252627282930>>

  /external/llvm/test/Transforms/ConstProp/
2002-05-03-NotOperator.ll 1 ; This bug has to do with the fact that constant propagation was implemented in
phi.ll 1 ; This is a basic sanity check for constant propagation. The add instruction
remtest.ll 1 ; Ensure constant propagation of remainder instructions is working correctly.
  /external/llvm/test/Transforms/GVN/
load-constant-mem.ll 3 @G = external constant [4 x i32]
  /external/llvm/test/Transforms/GlobalOpt/
invariant-nodatalayout.ll 15 @llvm.global_ctors = appending constant
  /external/llvm/test/Transforms/IndVarSimplify/
2003-04-16-ExprAnalysis.ll 2 ; It was assuming any constant of int type was a ConstantInteger.
  /external/llvm/test/Transforms/InstCombine/
2007-09-10-AliasConstFold.ll 5 @__gthread_active_ptr.5335 = internal constant i8* bitcast (i32 (i32)* @__gthrw_pthread_cancel to i8*) ; <i8**> [#uses=1]
2007-11-25-CompatibleAttributes.ll 4 @.str = internal constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]
memmove.ll 5 @S = internal constant [33 x i8] c"panic: restorelist inconsistency\00" ; <[33 x i8]*> [#uses=1]
6 @h = constant [2 x i8] c"h\00" ; <[2 x i8]*> [#uses=1]
7 @hel = constant [4 x i8] c"hel\00" ; <[4 x i8]*> [#uses=1]
8 @hello_u = constant [8 x i8] c"hello_u\00" ; <[8 x i8]*> [#uses=1]
printf-1.ll 8 @hello_world = constant [13 x i8] c"hello world\0A\00"
9 @h = constant [2 x i8] c"h\00"
10 @percent = constant [2 x i8] c"%\00"
11 @percent_c = constant [3 x i8] c"%c\00"
12 @percent_d = constant [3 x i8] c"%d\00"
13 @percent_f = constant [3 x i8] c"%f\00"
14 @percent_s = constant [4 x i8] c"%s\0A\00"
15 @empty = constant [1 x i8] c"\00"
16 ; CHECK: [[STR:@[a-z0-9]+]] = private unnamed_addr constant [12 x i8] c"hello world\00"
  /external/llvm/test/Transforms/Reassociate/
2002-05-15-SubReassociate.ll 1 ; With sub reassociation, constant folding can eliminate all of the constants.
2002-05-15-SubReassociate2.ll 1 ; With sub reassociation, constant folding can eliminate the two 12 constants.
subtest2.ll 1 ; With sub reassociation, constant folding can eliminate the uses of %a.
  /external/llvm/test/Transforms/SCCP/
apint-basictest2.ll 1 ; This is a basic sanity check for constant propagation. The add instruction
apint-bigint2.ll 3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,
apint-select.ll 3 @A = constant i32 10
  /external/llvm/test/Transforms/SimplifyCFG/
PR9946.ll 3 @foo = external constant i32
branch-fold-test.ll 1 ; This test ensures that the simplifycfg pass continues to constant fold
  /external/llvm/test/Transforms/StripSymbols/
2007-01-15-llvm.used.ll 4 @foo = internal constant i32 41 ; <i32*> [#uses=1]
  /external/llvm/test/Verifier/
2008-08-22-MemCpyAlignment.ll 2 ; CHECK: alignment argument of memory intrinsics must be a constant int
  /external/nist-sip/java/gov/nist/javax/sip/header/
Priority.java 50 /** constant EMERGENCY field
54 /** constant URGENT field
58 /** constant NORMAL field
62 /** constant NON_URGENT field
  /external/proguard/src/proguard/classfile/visitor/
DotClassClassVisitor.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
83 public void visitAnyConstant(Clazz clazz, Constant constant) {}
ReferencedClassVisitor.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
64 // Visit the constant pool entries.
109 public void visitAnyConstant(Clazz clazz, Constant constant) {}
114 // Let the visitor visit the class referenced in the string constant.
121 // Let the visitor visit the class referenced in the reference constant.
128 // Let the visitor visit the class referenced in the class constant.
231 // Let the visitor visit the classes referenced in the constant element value.
  /external/proguard/src/proguard/optimize/info/
DotClassMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
61 public void visitAnyConstant(Clazz clazz, Constant constant) {}
MethodInvocationMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
57 public void visitAnyConstant(Clazz clazz, Constant constant) {}

Completed in 894 milliseconds

<<21222324252627282930>>