Searched defs:Cast (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dutils.py134 def Cast(obj, target_type): function
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp356 CastInst *Cast = dyn_cast<CastInst>(UseOper.first); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp619 void WideIVVisitor::visitCast(CastInst *Cast) { argument
H A DSimplifyLibCalls.cpp916 FPTruncInst *Cast = dyn_cast<FPTruncInst>(*UseI); local
923 FPExtInst *Cast = dyn_cast<FPExtInst>(CI->getArgOperand(0)); local
H A DLoopStrengthReduce.cpp4408 Instruction *Cast = local
4525 Instruction *Cast = local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp1740 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); local
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8375 SDValue Cast = N->getOperand(i); local

Completed in 210 milliseconds