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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp 329 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty));
330 return getConstant(ConstantInt::get(ITy, V, isSigned));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 186 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
188 APInt::getAllOnesValue(ITy->getBitWidth()));
520 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
523 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];
524 if (!Slot) Slot = new ConstantInt(ITy, V);
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCalls.cpp 32 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
33 if (ITy->getBitWidth() < 32)
175 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
179 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
187 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 510 milliseconds