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

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 164 if (isa<TruncInst>(Inst) && isa<SExtInst>(Inst->getOperand(0))) {
193 if (isa<TruncInst>(Inst))
281 if (isa<SExtInst>(Inst) || isa<TruncInst>(Inst)) {
AArch64FastISel.cpp 785 } else if (TruncInst *TI = dyn_cast<TruncInst>(BI->getCondition())) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 156 void visitTruncInst(TruncInst &I);
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 439 Instruction *InstCombiner::visitTrunc(TruncInst &CI) {
664 if (isa<TruncInst>(I) && I->getOperand(0)->getType() == Ty)
763 if (CI.hasOneUse() && isa<TruncInst>(CI.user_back()))
    [all...]
InstCombineShifts.cpp 363 if (TruncInst *TI = dyn_cast<TruncInst>(Op0)) {
402 return new TruncInst(And, I.getType());
    [all...]
InstCombineCompares.cpp     [all...]
InstCombinePHI.cpp 663 if (isa<TruncInst>(UserI)) {
670 !UserI->hasOneUse() || !isa<TruncInst>(UserI->user_back()) ||
    [all...]
InstCombine.h 183 Instruction *visitTrunc(TruncInst &CI);
InstCombineCalls.cpp 297 return new TruncInst(V, IIOperand->getType());
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 627 if (!isa<TruncInst>(User)) {
648 TruncInst *TruncI = dyn_cast<TruncInst>(User);
766 if (isa<TruncInst>(User) && shiftIsLegal
    [all...]
Analysis.cpp 259 } else if (isa<TruncInst>(I) &&
  /external/llvm/include/llvm/IR/
InstVisitor.h 182 RetTy visitTruncInst(TruncInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 277 void visitTruncInst(TruncInst &I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 73 class TruncInst;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 514 new TruncInst(V, DestTy, "Tr", BB->getTerminator()));
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 921 StoredVal = new TruncInst(StoredVal, NewIntTy, "trunc", InsertPt);
    [all...]
ScalarReplAggregates.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 353 milliseconds