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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 763 return new ZExtInst(Builder->CreateICmpEQ(Op1, One), I.getType());
787 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
848 if (isa<ZExtInst>(ShiftLeft))
856 if (ZExtInst *Z = dyn_cast<ZExtInst>(Op1))
928 if (ZExtInst *ZOp0 = dyn_cast<ZExtInst>(Op0))
930 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
    [all...]
InstCombineShifts.cpp 757 return new ZExtInst(Cmp, II->getType());
797 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
    [all...]
InstCombine.h 184 Instruction *visitZExt(ZExtInst &CI);
InstCombineCasts.cpp 350 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
760 Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
    [all...]
InstCombineSelect.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineSimplifyDemanded.cpp 482 CastInst *NewCast = new ZExtInst(I->getOperand(0), VTy, I->getName());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 420 } else if (isa<ZExtInst>(V)) {
481 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) &&
634 if (ZExtInst *Extended = dyn_cast<ZExtInst>(*I)) {
    [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 157 void visitZExtInst(ZExtInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 183 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 77 class ZExtInst;
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
BasicAliasAnalysis.cpp 253 (isa<ZExtInst>(V) && Extension != EK_SignExt)) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 519 new ZExtInst(V, DestTy, "ZE", BB->getTerminator()));
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp 143 if (llvm::ZExtInst *ZI = dyn_cast<llvm::ZExtInst>(V)) {
    [all...]

Completed in 674 milliseconds

1 2