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 855 const ConstantAggregateZero *CAZ = dyn_cast<ConstantAggregateZero>(C);
860 } else if (CV || CAZ) {
871 if (CAZ) {
893 if (CAZ) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 193 if (const ConstantAggregateZero *CAZ =dyn_cast<ConstantAggregateZero>(this))
194 return CAZ->getElementValue(Elt);
658 /// getSequentialElement - If this CAZ has array or vector type, return a zero
664 /// getStructElement - If this CAZ has struct type, return a zero with the
    [all...]

Completed in 59 milliseconds