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 247 /// SimplifyTruncInst - Given operands for an TruncInst, see if we can fold
249 Value *SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 70 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
752 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1))
    [all...]

Completed in 1654 milliseconds