Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp3605 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForBranch() local
3606 switch (ArithProducer->getOp()) { in lowerInt1ForBranch()
6763 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1ForSelect() local
6764 lowerArithmetic(ArithProducer); in lowerInt1ForSelect()
6765 Boolean = ArithProducer->getDest(); in lowerInt1ForSelect()
6861 const auto *ArithProducer = llvm::cast<InstArithmetic>(Producer); in lowerInt1() local
6862 Safe = lowerInt1Arithmetic(ArithProducer); in lowerInt1()
6863 _mov(T, ArithProducer->getDest()); in lowerInt1()