Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h249 Value *SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp70 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
752 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1)) in SimplifySubInst()
3408 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) { in SimplifyTruncInst() function
3415 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout &DL, in SimplifyTruncInst() function in llvm
3419 return ::SimplifyTruncInst(Op, Ty, Query(DL, TLI, DT, AC, CxtI), in SimplifyTruncInst()
3757 SimplifyTruncInst(I->getOperand(0), I->getType(), DL, TLI, DT, AC, I); in SimplifyInstruction()