Searched refs:ConstRotation (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 22105 ConstantInt *ConstRotation = nullptr; in createComplexDeinterleavingIR() local 22107 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR() 22111 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR() 22113 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR() 22121 ConstRotation = ConstantInt::get(IntTy, 0); in createComplexDeinterleavingIR() 22123 ConstRotation = ConstantInt::get(IntTy, 1); in createComplexDeinterleavingIR() 22125 if (!ConstRotation) in createComplexDeinterleavingIR() 22129 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()
|