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

12 3

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 141 if (const BitCastInst *BC = dyn_cast<BitCastInst>(Arg))
218 if (isa<BitCastInst>(UUser) || isa<GetElementPtrInst>(UUser) ||
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 413 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
    [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 131 while ((isa<BitCastInst>(IP) &&
132 isa<Argument>(cast<BitCastInst>(IP)->getOperand(0)) &&
133 cast<BitCastInst>(IP)->getOperand(0) != A) ||
    [all...]
MemoryBuiltins.cpp 255 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) {
  /external/llvm/lib/CodeGen/
Analysis.cpp 222 if (isa<BitCastInst>(I)) {
SjLjEHPrepare.cpp 266 new BitCastInst(AI, AI->getType(), AI->getName() + ".tmp",
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 122 bool visitBitCast(BitCastInst &I);
364 bool CallAnalyzer::visitBitCast(BitCastInst &I) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 656 if (isa<BitCastInst>(UI)) {
    [all...]
CodeGenPrepare.cpp 714 BitCastInst *BCI = 0;
717 BCI = dyn_cast<BitCastInst>(V);
    [all...]
GVN.cpp 773 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
786 StoredVal = new BitCastInst(StoredVal, TypeToCastTo, "", InsertPt);
809 StoredVal = new BitCastInst(StoredVal, StoredValTy, "", InsertPt);
831 return new BitCastInst(StoredVal, LoadedTy, "bitcast", InsertPt);
    [all...]
SROA.cpp 693 } else if (!isa<BitCastInst>(I) && !isa<PHINode>(I) &&
    [all...]
JumpThreading.cpp 241 if (isa<BitCastInst>(I) && I->getType()->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 379 Value *DestCast = new BitCastInst(NewAlloca, VoidPtrTy, "tmp", TheCall);
380 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);
    [all...]
PromoteMemoryToRegister.cpp 106 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) {
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 495 new BitCastInst(V, DestTy, "PC", BB->getTerminator()));
504 new BitCastInst(V, DestTy, "BC", BB->getTerminator()));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 584 if (BitCastInst *BCI = dyn_cast<BitCastInst>(RHS))
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 32 class BitCastInst;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 265 void visitBitCastInst(BitCastInst &I);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1063 macro(BitCastInst) \
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 1475 milliseconds

12 3