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 314 /// getSequentialElement - If this CAZ has array or vector type, return a zero
316 Constant *getSequentialElement() const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 653 /// getSequentialElement - If this CAZ has array or vector type, return a zero
655 Constant *ConstantAggregateZero::getSequentialElement() const {
669 return getSequentialElement();
677 return getSequentialElement();
686 /// getSequentialElement - If this undef has array or vector type, return an
688 UndefValue *UndefValue::getSequentialElement() const {
702 return getSequentialElement();
710 return getSequentialElement();
    [all...]

Completed in 77 milliseconds