reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
309 Type *I8Ty = IntegerType::get(C, 8); 310 Type *I32Ty = IntegerType::get(C, 32); 319 ConstantInt *Ci32a = ConstantInt::get(C, APInt(32, 1492)); 320 ConstantInt *Ci32b = ConstantInt::get(C, APInt(32, 1948)); 333 BasicBlock* BB0 = BasicBlock::Create(C);