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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 421 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
481 if (ZExtInst *Z = dyn_cast<ZExtInst>(Op1))
507 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
509 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
661 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
663 return new ZExtInst(Builder->CreateURem(ZOp0->getOperand(0), ZOp1)
    [all...]
InstCombineShifts.cpp 743 return new ZExtInst(Cmp, II->getType());
785 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
    [all...]
InstCombineCasts.cpp 338 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
738 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
    [all...]
InstCombine.h 164 Instruction *visitZExt(ZExtInst &CI);
InstCombineAddSub.cpp 110 if (ZExtInst *ZI = dyn_cast<ZExtInst>(LHS))
InstCombineSelect.cpp 704 return new ZExtInst(CondVal, SI.getType());
713 return new ZExtInst(NotCond, SI.getType());
    [all...]
InstCombineSimplifyDemanded.cpp 467 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 157 void visitZExtInst(ZExtInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/Support/
InstVisitor.h 183 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Verifier.cpp 251 void visitZExtInst(ZExtInst &I);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 812 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(SI->getOperand(0)))
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
BasicAliasAnalysis.cpp 199 (isa<ZExtInst>(V) && Extension != EK_SignExt)) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 76 class ZExtInst;
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 515 new ZExtInst(V, DestTy, "ZE", BB->getTerminator()));
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 133 if (llvm::ZExtInst *ZI = dyn_cast<llvm::ZExtInst>(V)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1068 macro(ZExtInst) \
    [all...]

Completed in 1064 milliseconds

1 2