Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22181 ConstantInt *ConstRotation = nullptr; in createComplexDeinterleavingIR() local
22183 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR()
22187 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR()
22189 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR()
22197 ConstRotation = ConstantInt::get(IntTy, 0); in createComplexDeinterleavingIR()
22199 ConstRotation = ConstantInt::get(IntTy, 1); in createComplexDeinterleavingIR()
22201 if (!ConstRotation) in createComplexDeinterleavingIR()
22205 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()