Home
last modified time | relevance | path

Searched refs:UseTy (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp573 Type *UseTy = U.get()->getType(); in runOnFunction() local
578 if (Replacement->getType() != UseTy) in runOnFunction()
579 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
594 if (Replacement->getType() != UseTy) in runOnFunction()
595 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp611 Type *UseTy = U.get()->getType(); in runOnFunction() local
616 if (Replacement->getType() != UseTy) { in runOnFunction()
628 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in runOnFunction()
644 if (Replacement->getType() != UseTy) in runOnFunction()
645 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp238 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in replaceAllUsesWith() typedef
239 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith()
240 llvm::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith()
291 using UseTy = std::pair<void *, std::pair<OwnerTy, uint64_t>>; in resolveAllUses() typedef
292 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses()
293 llvm::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in resolveAllUses()
/external/llvm/lib/IR/
DMetadata.cpp205 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy; in replaceAllUsesWith() typedef
206 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in replaceAllUsesWith()
207 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in replaceAllUsesWith()
258 typedef std::pair<void *, std::pair<OwnerTy, uint64_t>> UseTy; in resolveAllUses() typedef
259 SmallVector<UseTy, 8> Uses(UseMap.begin(), UseMap.end()); in resolveAllUses()
260 std::sort(Uses.begin(), Uses.end(), [](const UseTy &L, const UseTy &R) { in resolveAllUses()
/external/llvm/include/llvm/IR/
DCallSite.h44 typename UseTy = const Use,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp3673 Type *UseTy = U.get()->getType(); in runOnFunction() local
3680 if (Replacement->getType() != UseTy) in runOnFunction()
3681 Replacement = new BitCastInst(Replacement, UseTy, "", in runOnFunction()
3694 if (Replacement->getType() != UseTy) in runOnFunction()
3695 Replacement = new BitCastInst(Replacement, UseTy, "", UserInst); in runOnFunction()
DIndVarSimplify.cpp653 Type *UseTy = Op->getType(); in RewriteIVExpressions() local
683 Value *NewVal = Rewriter.expandCodeFor(AR, UseTy, InsertPt); in RewriteIVExpressions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h56 typename UseTy = const Use,