Searched refs:SrcCast (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp"); local
350 DstCast, SrcCast, Size,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1846 CastInst *SrcCast = cast<CastInst>(Src); local
1847 if (BitCastInst *BCIn = dyn_cast<BitCastInst>(SrcCast->getOperand(0)))
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp795 const SCEVCastExpr *SrcCast = cast<SCEVCastExpr>(Src); local
797 if (SrcCast->getType() == DstCast->getType()) {
798 Pair->Src = SrcCast->getOperand();

Completed in 124 milliseconds