Home
last modified time | relevance | path

Searched refs:Cast2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp690 Value *Cast2 = IRB.CreateIntCast(M->getArgOperand(2), IntptrTy, false); in instrumentMemIntrinsic() local
695 Cast2}); in instrumentMemIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7859 if (auto *Cast2 = dyn_cast<CastInst>(V2)) { in lookThroughCast() local
7861 if (*CastOp == Cast2->getOpcode() && SrcTy == Cast2->getSrcTy()) in lookThroughCast()
7862 return Cast2->getOperand(0); in lookThroughCast()