Searched refs:ArithProducer (Results 1 – 1 of 1) sorted by relevance
3602 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForBranch() local3603 switch (ArithProducer->getOp()) { in lowerInt1ForBranch()6743 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForSelect() local6744 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()6745 Boolean = ArithProducer->getDest(); in lowerInt1ForSelect()6841 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1() local6842 Safe = lowerInt1Arithmetic(ArithProducer); in lowerInt1()6843 _mov(T, ArithProducer->getDest()); in lowerInt1()