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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 727 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
788 if (isa<ZExtInst>(ShiftLeft))
796 if (ZExtInst *Z = dyn_cast<ZExtInst>(Op1))
866 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
868 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
    [all...]
InstCombineShifts.cpp 740 return new ZExtInst(Cmp, II->getType());
782 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
InstCombine.h 170 Instruction *visitZExt(ZExtInst &CI);
InstCombineCasts.cpp 347 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
757 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
    [all...]
InstCombineSelect.cpp 780 return new ZExtInst(CondVal, SI.getType());
789 return new ZExtInst(NotCond, SI.getType());
    [all...]
InstCombineAddSub.cpp 937 if (ZExtInst *ZI = dyn_cast<ZExtInst>(LHS))
    [all...]
InstCombineSimplifyDemanded.cpp 481 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 157 void visitZExtInst(ZExtInst &I);
  /external/llvm/include/llvm/
InstVisitor.h 183 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 271 void visitZExtInst(ZExtInst &I);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 76 class ZExtInst;
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
BasicAliasAnalysis.cpp 239 (isa<ZExtInst>(V) && Extension != EK_SignExt)) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
CodeGenPrepare.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 517 new ZExtInst(V, DestTy, "ZE", BB->getTerminator()));
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 142 if (llvm::ZExtInst *ZI = dyn_cast<llvm::ZExtInst>(V)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 499 milliseconds

1 2