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

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 904 const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(C);
909 } else if (CV || CAZ) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 215 if (const ConstantAggregateZero *CAZ =dyn_cast<ConstantAggregateZero>(this))
216 return CAZ->getElementValue(Elt);
696 /// getSequentialElement - If this CAZ has array or vector type, return a zero
702 /// getStructElement - If this CAZ has struct type, return a zero with the
    [all...]

Completed in 213 milliseconds