/external/llvm/lib/VMCore/ |
D | IRBuilder.cpp | 49 BitCastInst *BCI = new BitCastInst(Ptr, PT, ""); in getCastedInt8PtrValue() local
|
/external/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 817 for (BlockChain::iterator BCI = Chain.begin(), BCE = Chain.end(); in buildLoopChains() local 918 for (BlockChain::iterator BCI = Chain.begin(), BCE = Chain.end(); in buildCFGChains() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 126 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in set() local
|
D | SelectionDAGBuilder.cpp | 4613 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address)) in visitIntrinsicCall() local 4714 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(V)) in visitIntrinsicCall() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 137 if (BitCastInst *BCI = dyn_cast<BitCastInst>(EI.getOperand(0))) { in visitExtractElementInst() local
|
D | InstCombineLoadStoreAlloca.cpp | 63 if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isOnlyCopiedFromConstantGlobal() local
|
D | InstCombineCalls.cpp | 697 if (CallInst *BCI = dyn_cast<CallInst>(BI)) { in visitCallInst() local
|
D | InstructionCombining.cpp | 1056 if (BitCastInst *BCI = dyn_cast<BitCastInst>(PtrOp)) { in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 584 if (BitCastInst *BCI = dyn_cast<BitCastInst>(RHS)) in FoldGEPICmp() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 495 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in CanConvertToScalar() local 1295 if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in tryToMakeAllocaBePromotable() local 1313 if (BitCastInst *BCI = dyn_cast<BitCastInst>(InstsToRewrite[i])) { in tryToMakeAllocaBePromotable() local 1980 BitCastInst *BCI = new BitCastInst(NewAI, AI->getType(), "", NewAI); in RewriteForScalarRepl() local
|
D | CodeGenPrepare.cpp | 695 BitCastInst *BCI = 0; in DupRetToEnableTailCallOpts() local
|
/external/llvm/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 263 } else if (BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in AnalyzeUsesOfPointer() local
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 665 if (BitCastInst *BCI = dyn_cast<BitCastInst>(V)) { in FoldReturnIntoUncondBranch() local
|
D | PromoteMemoryToRegister.cpp | 106 } else if (const BitCastInst *BCI = dyn_cast<BitCastInst>(U)) { in isAllocaPromotable() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1047 if (BitCastInst *BCI = dyn_cast<BitCastInst>(User)) { in OptimizeGlobalAddressOfMalloc() local 1183 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Inst)) { in ValueIsOnlyUsedLocallyOrStoredToOneGlobal() local 1741 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in TryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 251 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(*UI++)) { in getMallocType() local
|