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

  /external/llvm/lib/Analysis/
CostModel.cpp 423 Type *CondTy = SI->getCondition()->getType();
424 return TTI->getCmpSelInstrCost(I->getOpcode(), I->getType(), CondTy);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 569 Type *CondTy = Type::getInt1Ty(Context);
575 CondTy = VectorType::get(CondTy, NumElem);
578 Value *Cond = getRandomValue(CondTy);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 133 milliseconds