Searched defs:DstTy (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinkModules.cpp96 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { argument
118 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp770 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); local
H A DInstCombineCasts.cpp228 isEliminableCastPair( const CastInst *CI, unsigned opcode, Type *DstTy, TargetData *TD ) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantFold.cpp44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { argument
[all...]
H A DConstants.cpp1548 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy) { argument
1560 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy) { argument
1572 getBitCast(Constant *C, Type *DstTy) argument
[all...]
H A DInstructions.cpp2055 Type* DstTy = getType(); local
2113 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) argument
2617 castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInstructionSimplify.cpp1875 Type *DstTy = LI->getType(); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp8089 EVT DstTy = Op.getValueType(); local
[all...]

Completed in 185 milliseconds