Searched defs:Cast1 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | ThreadSanitizer.cpp | 688 Value *Cast1 = IRB.CreateIntCast(M->getArgOperand(1), IRB.getInt32Ty(), false); instrumentMemIntrinsic() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineVectorOps.cpp | 2512 auto *Cast1 = dyn_cast<CastInst>(Shuf.getOperand(1)); foldCastShuffle() local |
H A D | InstCombineAndOrXor.cpp | 1748 CastInst *Cast1 = dyn_cast<CastInst>(Op1); foldCastedBitwiseLogic() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionSimplify.cpp | 1911 auto *Cast1 = dyn_cast<CastInst>(Op1); simplifyAndOrOfCmps() local |
H A D | ValueTracking.cpp | 8439 auto *Cast1 = dyn_cast<CastInst>(V1); lookThroughCast() local |