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 313 /// getSequentialElement - If this CAZ has array or vector type, return a zero
315 Constant *getSequentialElement() const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 696 /// getSequentialElement - If this CAZ has array or vector type, return a zero
698 Constant *ConstantAggregateZero::getSequentialElement() const {
712 return getSequentialElement();
720 return getSequentialElement();
729 /// getSequentialElement - If this undef has array or vector type, return an
731 UndefValue *UndefValue::getSequentialElement() const {
745 return getSequentialElement();
753 return getSequentialElement();
    [all...]

Completed in 58 milliseconds