HomeSort by relevance Sort by last modified time
    Searched refs:SExtInst (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 59 if (isa<SExtInst>(*UI)) {
61 SExtInst* SI = new SExtInst(Arg, Use->getType());
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 158 void visitSExtInst(SExtInst &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombine.h 171 Instruction *visitSExt(SExtInst &CI);
InstCombineSelect.cpp 712 return new SExtInst(CondVal, SI.getType());
723 return new SExtInst(NotCond, SI.getType());
    [all...]
InstCombineCasts.cpp 347 if ((isa<ZExtInst>(I) || isa<SExtInst>(I)) &&
    [all...]
InstCombineShifts.cpp 786 return new SExtInst(ZI->getOperand(0), ZI->getType());
  /external/llvm/include/llvm/
InstVisitor.h 184 RetTy visitSExtInst(SExtInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 256 void visitSExtInst(SExtInst &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 63 class SExtInst;
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 198 if ((isa<SExtInst>(V) && Extension != EK_ZeroExt) ||
205 Extension = isa<SExtInst>(V) ? EK_SignExt : EK_ZeroExt;
    [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 518 return PT->push_back(new SExtInst(V, DestTy, "Se", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h 1070 macro(SExtInst) \
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 575 milliseconds