Searched refs:ArithProducer (Results 1 – 1 of 1) sorted by relevance
3588 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForBranch() local3589 switch (ArithProducer->getOp()) { in lowerInt1ForBranch()6531 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForSelect() local6532 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()6533 Boolean = ArithProducer->getDest(); in lowerInt1ForSelect()6629 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1() local6630 Safe = lowerInt1Arithmetic(ArithProducer); in lowerInt1()6631 _mov(T, ArithProducer->getDest()); in lowerInt1()