Lines Matching refs:cast
256 if (cast<CmpInst>(L)->getPredicate() in diff()
257 != cast<CmpInst>(R)->getPredicate()) { in diff()
277 InvokeInst *LI = cast<InvokeInst>(L); in diff()
278 InvokeInst *RI = cast<InvokeInst>(R); in diff()
289 BranchInst *LI = cast<BranchInst>(L); in diff()
290 BranchInst *RI = cast<BranchInst>(R); in diff()
307 SwitchInst *LI = cast<SwitchInst>(L); in diff()
308 SwitchInst *RI = cast<SwitchInst>(R); in diff()
374 return Engine.equivalentAsOperands(cast<GlobalValue>(L), in equivalentAsOperands()
375 cast<GlobalValue>(R)); in equivalentAsOperands()
379 return equivalentAsOperands(cast<ConstantExpr>(L), in equivalentAsOperands()
380 cast<ConstantExpr>(R)); in equivalentAsOperands()
390 return Blocks[cast<BlockAddress>(L)->getBasicBlock()] in equivalentAsOperands()
391 == cast<BlockAddress>(R)->getBasicBlock(); in equivalentAsOperands()
437 return equivalentAsOperands(cast<Constant>(L), cast<Constant>(R)); in equivalentAsOperands()
446 return Blocks[cast<BasicBlock>(L)] != R; in equivalentAsOperands()
601 if (cast<BranchInst>(LTerm)->isConditional()) return; in runBlockDiff()
606 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff()
607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff()
614 if (cast<BranchInst>(RTerm)->isConditional()) return; in runBlockDiff()
619 CallInst *RCall = cast<CallInst>(I); in runBlockDiff()
620 InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff()