Home
last modified time | relevance | path

Searched refs:SimplifyTruncInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h267 Value *SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp71 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
751 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1)) in SimplifySubInst()
3682 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) { in SimplifyTruncInst() function
3689 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL, in SimplifyTruncInst() function in llvm
3693 return ::SimplifyTruncInst(Op, Ty, Query(DL, TLI, DT, AC, CxtI), in SimplifyTruncInst()
4081 SimplifyTruncInst(I->getOperand(0), I->getType(), DL, TLI, DT, AC, I); in SimplifyInstruction()