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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 436 Instruction *InstCombiner::visitTrunc(TruncInst &CI) {
661 if (isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
760 if (CI.hasOneUse() && isa<TruncInst>(CI.use_back()))
809 if (TruncInst *CSrc = dyn_cast<TruncInst>(Src)) { // A->B->C cast
    [all...]
InstCombineShifts.cpp 360 if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
399 return new TruncInst(And, I.getType());
InstCombine.h 169 Instruction *visitTrunc(TruncInst &CI);
InstCombinePHI.cpp 667 if (isa<TruncInst>(User)) {
674 !User->hasOneUse() || !isa<TruncInst>(User->use_back()) ||
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp 295 return new TruncInst(V, IIOperand->getType());
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 156 void visitTruncInst(TruncInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/
InstVisitor.h 182 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 270 void visitTruncInst(TruncInst &I);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 258 } else if (isa<TruncInst>(I) &&
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 72 class TruncInst;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 512 new TruncInst(V, DestTy, "Tr", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
GVN.cpp 904 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt);
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 316 milliseconds