Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h268 Value *SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp72 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
750 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1)) in SimplifySubInst()
3742 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) { in SimplifyTruncInst() function
3749 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL, in SimplifyTruncInst() function in llvm
3753 return ::SimplifyTruncInst(Op, Ty, Query(DL, TLI, DT, AC, CxtI), in SimplifyTruncInst()
4225 SimplifyTruncInst(I->getOperand(0), I->getType(), DL, TLI, DT, AC, I); in SimplifyInstruction()