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

  /external/llvm/include/llvm/IR/
Constants.h 312 /// getSequentialElement - If this CAZ has array or vector type, return a zero
314 Constant *getSequentialElement() const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 739 /// getSequentialElement - If this CAZ has array or vector type, return a zero
741 Constant *ConstantAggregateZero::getSequentialElement() const {
755 return getSequentialElement();
763 return getSequentialElement();
780 /// getSequentialElement - If this undef has array or vector type, return an
782 UndefValue *UndefValue::getSequentialElement() const {
796 return getSequentialElement();
804 return getSequentialElement();
    [all...]

Completed in 331 milliseconds