Home
last modified time | relevance | path

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

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