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

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 559 Type *CondTy = Type::getInt1Ty(Context);
565 CondTy = VectorType::get(CondTy, NumElem);
568 Value *Cond = getRandomValue(CondTy);
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 83 milliseconds