reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 const LLT STy = LLT::scalar(S); 55 const LLT VTy = LLT::vector(Elts, S); 74 EXPECT_EQ(S * Elts, VTy.getSizeInBits()); 75 EXPECT_EQ(S, VTy.getScalarSizeInBits()); 87 Type *IRSTy = IntegerType::get(C, S);