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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 372 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType());
373 if (!SelectTy)
392 < SelectTy->getBitWidth()) {
393 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
408 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 436 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType());
437 if (!SelectTy)
456 < SelectTy->getBitWidth()) {
457 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
472 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy);
    [all...]

Completed in 181 milliseconds