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

1 2

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 897 return new ZExtInst(Builder->CreateICmpEQ(Op1, One), I.getType());
921 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
    [all...]
InstCombineShifts.cpp 765 return new ZExtInst(Cmp, II->getType());
806 if (ZExtInst *ZI = dyn_cast<ZExtInst>(X)) {
    [all...]
InstCombinePHI.cpp 420 if (auto *Zext = dyn_cast<ZExtInst>(V)) {
434 if (auto *Zext = dyn_cast<ZExtInst>(V)) {
    [all...]
InstCombineCasts.cpp 344 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
    [all...]
InstCombineInternal.h 290 Instruction *visitZExt(ZExtInst &CI);
InstCombineSelect.cpp 875 return new ZExtInst(CondVal, SI.getType());
884 return new ZExtInst(NotCond, SI.getType());
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 371 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) {
SeparateConstOffsetFromGEP.cpp 552 } else if (isa<ZExtInst>(V)) {
613 assert((isa<SExtInst>(Cast) || isa<ZExtInst>(Cast)) &&
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 158 void visitZExtInst(ZExtInst &I);
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 99 return new ZExtInst(V, Int32Ty, "", InstPt);
  /external/llvm/lib/Analysis/
VectorUtils.cpp 463 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) &&
508 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) ||
BasicAliasAnalysis.cpp 199 // isa<ZExtInst> cases below.
210 // extensions below (see the isa<SExtInst> / isa<ZExtInst> cases).
268 if (isa<SExtInst>(V) || isa<ZExtInst>(V)) {
    [all...]
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 186 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 267 assert((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
271 bool IsZExt = isa<ZExtInst>(I);
672 if (const auto *ZE = dyn_cast<ZExtInst>(I)) {
756 if (const auto *ZE = dyn_cast<ZExtInst>(I)) {
816 if (const auto *ZE = dyn_cast<ZExtInst>(U)) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 127 if (!Cast || !Cast->hasOneUse() || !(isa<ZExtInst>(J) || IsSExtInst))
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 81 class ZExtInst;
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 527 new ZExtInst(V, DestTy, "ZE", BB->getTerminator()));

Completed in 1090 milliseconds

1 2