reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

unittests/Analysis/VectorUtilsTest.cpp
  101 TEST_F(VectorUtilsTest, isSplatValue_00) {
  110 TEST_F(VectorUtilsTest, isSplatValue_11) {
  119 TEST_F(VectorUtilsTest, isSplatValue_01) {
  130 TEST_F(VectorUtilsTest, isSplatValue_0u) {
  139 TEST_F(VectorUtilsTest, isSplatValue_Binop) {
  150 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0) {
  160 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op0) {
  171 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op1) {
  182 TEST_F(VectorUtilsTest, isSplatValue_Select) {
  194 TEST_F(VectorUtilsTest, isSplatValue_Select_ConstantOp) {
  205 TEST_F(VectorUtilsTest, isSplatValue_Select_NotCond) {
  216 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp1) {
  227 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp2) {
  238 TEST_F(VectorUtilsTest, isSplatValue_SelectBinop) {
  251 TEST_F(VectorUtilsTest, getSplatValueElt0) {
  261 TEST_F(VectorUtilsTest, getSplatValueEltMismatch) {
  273 TEST_F(VectorUtilsTest, getSplatValueElt1) {

References

utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  452   return &(TypeIdHelper<T>::dummy_);