HomeSort by relevance Sort by last modified time
    Searched refs:ZExtInst (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 425 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
494 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
496 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
648 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
650 return new ZExtInst(Builder->CreateURem(ZOp0->getOperand(0), ZOp1),
InstCombineAddSub.cpp 110 if (ZExtInst *ZI = dyn_cast<ZExtInst>(LHS))
582 if (ZExtInst *ZI = dyn_cast<ZExtInst>(Op1))
InstCombineShifts.cpp 692 return new ZExtInst(Cmp, II->getType());
734 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
InstCombineCasts.cpp 340 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
746 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
    [all...]
InstCombine.h 160 Instruction *visitZExt(ZExtInst &CI);
InstCombineSelect.cpp 689 return new ZExtInst(CondVal, SI.getType());
698 return new ZExtInst(NotCond, SI.getType());
    [all...]
InstCombineSimplifyDemanded.cpp 471 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
InstVisitor.h 179 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst); }
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 151 void visitZExtInst(ZExtInst &I);
Execution.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Verifier.cpp 258 void visitZExtInst(ZExtInst &I);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 804 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0)))
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 734 if (ZExtInst *ZI = dyn_cast<ZExtInst>(V))
781 if (isa<SExtInst>(V) || isa<ZExtInst>(V))
    [all...]
BasicAliasAnalysis.cpp 224 (isa<ZExtInst>(V) && Extension != EK_SignExt)) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 76 class ZExtInst;
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 131 if (llvm::ZExtInst *ZI = dyn_cast<llvm::ZExtInst>(V)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 516 macro(ZExtInst) \
    [all...]

Completed in 2677 milliseconds

1 2