Searched refs:ArithProducer (Results 1 – 1 of 1) sorted by relevance
3605 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForBranch() local3606 switch (ArithProducer->getOp()) { in lowerInt1ForBranch()6763 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForSelect() local6764 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()6765 Boolean = ArithProducer->getDest(); in lowerInt1ForSelect()6861 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1() local6862 Safe = lowerInt1Arithmetic(ArithProducer); in lowerInt1()6863 _mov(T, ArithProducer->getDest()); in lowerInt1()