Home
last modified time | relevance | path

Searched refs:SelTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp711 Type *SelTy = Sel.getType(); in adjustMinMax() local
712 auto *SelEltTy = dyn_cast<IntegerType>(SelTy->getScalarType()); in adjustMinMax()
713 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy()) in adjustMinMax()
734 Constant *SextRHS = ConstantExpr::getSExt(AdjustedRHS, SelTy); in adjustMinMax()
748 Constant *ZextRHS = ConstantExpr::getZExt(AdjustedRHS, SelTy); in adjustMinMax()
/external/clang/lib/CodeGen/
DCGDebugInfo.h66 llvm::DIType *SelTy = nullptr; variable
DCGDebugInfo.cpp511 if (!SelTy) in CreateType()
512 SelTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, in CreateType()
515 return SelTy; in CreateType()