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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 362 auto *ITy = cast<IntegerType>(NewTy);
364 ConstantPointerNull::get(cast<PointerType>(Ptr->getType())), ITy);
366 ConstantExpr::getAdd(NullInt, ConstantInt::get(ITy, 1));
    [all...]
InstCombineAndOrXor.cpp 108 IntegerType *ITy = dyn_cast<IntegerType>(I.getType());
153 Function *F = Intrinsic::getDeclaration(I.getModule(), Intrinsic::bswap, ITy);
    [all...]
InstCombineCalls.cpp 35 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
36 if (ITy->getBitWidth() < 32)
176 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
180 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
188 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp 324 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty));
325 return getConstant(ConstantInt::get(ITy, V, isSigned));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 251 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
253 APInt::getAllOnesValue(ITy->getBitWidth()));
574 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
575 Slot = new ConstantInt(ITy, V);
    [all...]
Core.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 329 milliseconds