Searched refs:BitCastInst (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp516 if (isa<BitCastInst>(I) && I->getType()->isPointerTy())
H A DLICM.cpp998 auto *BC = dyn_cast<BitCastInst>(Addr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2216 auto *OldCast = dyn_cast_or_null<BitCastInst>(RI->getReturnValue());
H A DSimplifyCFG.cpp6049 if (BitCastInst *BC = dyn_cast<BitCastInst>(Use))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1897 void visitBitCastInst(BitCastInst &I) {
3437 if (auto *I = dyn_cast<BitCastInst>(RetVal)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1762 void Interpreter::visitBitCastInst(BitCastInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3177 return new BitCastInst(Sel, II->getType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4448 return ((isa<BitCastInst>(V) && V->getType()->isPointerTy()) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6003 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1660 Elem.second.ServiceInsertPt = new llvm::BitCastInst(
1664 new llvm::BitCastInst(Undef, CGF.Int32Ty, "svcpt");
H A DCGBuiltin.cpp5981 if (BitCastInst *BI = dyn_cast<BitCastInst>(Op))

Completed in 441 milliseconds

1234