HomeSort by relevance Sort by last modified time
    Searched refs:getSequentialElement (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/
Constants.h 319 /// getSequentialElement - If this CAZ has array or vector type, return a zero
321 Constant *getSequentialElement() const;
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 601 /// getSequentialElement - If this CAZ has array or vector type, return a zero
603 Constant *ConstantAggregateZero::getSequentialElement() const {
617 return getSequentialElement();
625 return getSequentialElement();
634 /// getSequentialElement - If this undef has array or vector type, return an
636 UndefValue *UndefValue::getSequentialElement() const {
650 return getSequentialElement();
658 return getSequentialElement();
    [all...]

Completed in 2025 milliseconds