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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 162 /// SimplifyTruncInst - Given operands for an TruncInst, see if we can fold
164 Value *SimplifyTruncInst(Value *Op, Type *Ty, const TargetData *TD = 0,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
    [all...]

Completed in 146 milliseconds