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

  /external/llvm/lib/IR/
AutoUpgrade.cpp 537 Type *MidTy = Type::getInt64Ty(Context);
538 Temp = CastInst::Create(Instruction::PtrToInt, V, MidTy);
557 Type *MidTy = Type::getInt64Ty(Context);
559 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy),
Instructions.cpp     [all...]
Constants.cpp     [all...]
ConstantFold.cpp 86 Type *MidTy = Op->getType();
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 497 Type *MidTy = VectorType::get(DstVT->getElementType(), FanOut);
507 V = Builder.CreateBitCast(V, MidTy, V->getName() + ".cast");
515 Type *MidTy = VectorType::get(SrcVT->getElementType(), FanIn);
518 Value *V = UndefValue::get(MidTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 245 Type *MidTy = CI->getType(); // B from above
252 Type *MidIntPtrTy = DL && MidTy->isPtrOrPtrVectorTy() ?
253 DL->getIntPtrType(MidTy) : nullptr;
256 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 600 Type *MidTy, ///< DstTy of 1st cast & SrcTy of 2nd cast
603 Type *MidIntPtrTy, ///< Integer type corresponding to Ptr MidTy, or null
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 107 milliseconds