Searched defs:LogBase2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3499 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL() local 3943 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike() local 3957 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike() local 4137 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU() local 20584 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3718 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMUL() local 4217 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitUDIVLike() local 4231 SDValue LogBase2 = BuildLogBase2(N10, DL); in visitUDIVLike() local 4411 SDValue LogBase2 = BuildLogBase2(N1, DL); in visitMULHU() local 22058 SDValue LogBase2 = DAG.getNode(ISD::SUB, DL, VT, Base, Ctlz); in BuildLogBase2() local
|