Searched refs:Cast0 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1627 auto *Cast0 = dyn_cast<CastInst>(Op0); local
1629 if (Cast0 && Cast1 && Cast0->getOpcode() == Cast1->getOpcode() &&
1630 Cast0->getSrcTy() == Cast1->getSrcTy()) {
1631 auto *Cmp0 = dyn_cast<ICmpInst>(Cast0->getOperand(0));
1634 Instruction::CastOps CastOpc = Cast0->getOpcode();
1635 Type *ResultType = Cast0->getType();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1203 CastInst *Cast0 = dyn_cast<CastInst>(Op0); local
1204 if (!Cast0)
1210 Type *SrcTy = Cast0->getSrcTy();
1233 auto CastOpcode = Cast0->getOpcode();
1237 Value *Cast0Src = Cast0->getOperand(0);

Completed in 70 milliseconds