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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 104 Type *SelType = Sel.getType();
105 if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
150 V = Builder.CreateAnd(V, ConstantInt::get(SelType, AndMask));
157 Constant *C = ConstantInt::get(SelType, TC);
164 Constant *C = ConstantInt::get(SelType, FC);
187 V = Builder.CreateZExtOrTrunc(V, SelType);
191 V = Builder.CreateZExtOrTrunc(V, SelType);
193 V = Builder.CreateZExtOrTrunc(V, SelType);
451 static Instruction *foldSelectICmpAndAnd(Type *SelType, const ICmpInst *Cmp,
476 Constant *One = ConstantInt::get(SelType, 1)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
242 IdType, SelType,
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
258 SelType,
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
285 Params.push_back(SelType);
    [all...]

Completed in 1217 milliseconds