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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp 301 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty));
302 return getConstant(ConstantInt::get(ITy, V, isSigned));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 25 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
26 if (ITy->getBitWidth() < 32)
144 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
148 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
156 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 131 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
133 APInt::getAllOnesValue(ITy->getBitWidth()));
414 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
416 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
418 if (!Slot) Slot = new ConstantInt(ITy, V);
    [all...]
Core.cpp     [all...]

Completed in 343 milliseconds