HomeSort by relevance Sort by last modified time
    Searched refs:CastInst (Results 26 - 50 of 67) sorted by null

12 3

  /external/llvm/lib/IR/
AutoUpgrade.cpp 538 Temp = CastInst::Create(Instruction::PtrToInt, V, MidTy);
540 return CastInst::Create(Instruction::IntToPtr, Temp, DestTy);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 360 CastInst *CI = cast<CastInst>(J);
  /external/lldb/source/Expression/
IRInterpreter.cpp 810 const CastInst *cast_inst = dyn_cast<CastInst>(inst);
839 const CastInst *cast_inst = dyn_cast<CastInst>(inst);
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 654 } else if (CastInst *CI = dyn_cast<CastInst>(V)) {
665 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
InstructionSimplify.cpp     [all...]
ConstantFolding.cpp 501 if (CastInst::castIsValid(Cast, C, DestTy))
689 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 378 if (isa<CastInst>(Op))
586 isa<CastInst>(A) ||
694 if (isa<CastInst>(Ptr))
    [all...]
InstructionCombining.cpp 648 if (CastInst *CI = dyn_cast<CastInst>(&I)) {
839 CastInst *CI = cast<CastInst>(&I);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 28 class CastInst;
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 711 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
717 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
    [all...]
Scalarizer.cpp 146 bool visitCastInst(CastInst &);
458 bool Scalarizer::visitCastInst(CastInst &CI) {
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp 663 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, ScalarEvolution *SE,
    [all...]
SCCP.cpp 471 void visitCastInst(CastInst &I);
747 void SCCPSolver::visitCastInst(CastInst &I) {
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 268 CastInst *NC = new BitCastInst(AI, AI->getType(), AI->getName() + ".tmp",
273 // Normally it's forbidden to replace a CastInst's operand because it
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 125 bool visitCastInst(CastInst &I);
461 bool CallAnalyzer::visitCastInst(CastInst &I) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp 304 void visitCastInst(CastInst &CI);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 704 } else if (CastInst *CI = dyn_cast<CastInst>(I)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 124 if (const CastInst *Cast = dyn_cast<CastInst>(I))
    [all...]

Completed in 1160 milliseconds

12 3