reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
807 Constant *CU = UndefValue::get(Int32Ty); 808 Constant *C0 = ConstantInt::get(Int32Ty, 0); 809 Constant *C1 = ConstantInt::get(Int32Ty, 1); 810 Constant *C2 = ConstantInt::get(Int32Ty, 2); 811 Constant *C3 = ConstantInt::get(Int32Ty, 3); 812 Constant *C4 = ConstantInt::get(Int32Ty, 4); 813 Constant *C5 = ConstantInt::get(Int32Ty, 5); 814 Constant *C6 = ConstantInt::get(Int32Ty, 6); 815 Constant *C7 = ConstantInt::get(Int32Ty, 7);