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

References

unittests/Analysis/VectorUtilsTest.cpp
   80   Value *UndefVec = UndefValue::get(VectorType::get(IRB.getInt8Ty(), 4));
   83   Constant *UndefScalar = UndefValue::get(IRB.getInt8Ty());
   86   Constant *ScalarC = IRB.getInt8(42);
   89   Constant *OtherScalarC = IRB.getInt8(-42);
   93   Value *SplatC = IRB.CreateVectorSplat(5, ScalarC);