HomeSort by: relevance | last modified time | path
    Searched refs:computeOverflow (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 530 OverflowResult computeOverflow(
InstCombineCompares.cpp 4561 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp,
4609 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) {
InstCombineCalls.cpp 1212 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(),

Completed in 42 milliseconds