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

1 2 3 4 5 6

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 85 virtual void visitZExtInst(ZExtInst &I) {
SPIRVToOCL20.cpp 511 if(!isa<ZExtInst>(Cast) && !isa<SExtInst>(Cast) &&
537 if(isa<ZExtInst>(Cast) || isa<UIToFPInst>(Cast))
  /external/swiftshader/third_party/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))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 911 return new ZExtInst(Builder->CreateICmpEQ(Op1, One), I.getType());
935 if (ZExtInst *Z = dyn_cast<ZExtInst>(V)) {
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 330 if (TTI && (isa<ZExtInst>(&I) || isa<SExtInst>(&I)) &&
376 if (isa<SExtInst>(I) || isa<ZExtInst>(I) || isa<LoadInst>(I) ||
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 340 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) {
  /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/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 179 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 151 void visitZExtInst(ZExtInst &I);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 590 if (const auto* Cast = dyn_cast<ZExtInst>(Val)) {
779 if (isa<SExtInst>(CI) || isa<ZExtInst>(CI) || isa<FPExtInst>(CI))
  /external/llvm/include/llvm/IR/
InstVisitor.h 186 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InstVisitor.h 189 RetTy visitZExtInst(ZExtInst &I) { DELEGATE(CastInst);}

Completed in 3039 milliseconds

1 2 3 4 5 6