Searched refs:getSequentialElement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h319 /// getSequentialElement - If this CAZ has array or vector type, return a zero
321 Constant *getSequentialElement() const;
1143 /// getSequentialElement - If this Undef has array or vector type, return a
1145 UndefValue *getSequentialElement() const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp601 /// getSequentialElement - If this CAZ has array or vector type, return a zero
603 Constant *ConstantAggregateZero::getSequentialElement() const { function in class:ConstantAggregateZero
617 return getSequentialElement();
625 return getSequentialElement();
634 /// getSequentialElement - If this undef has array or vector type, return an
636 UndefValue *UndefValue::getSequentialElement() const { function in class:UndefValue
650 return getSequentialElement();
658 return getSequentialElement();

Completed in 137 milliseconds