Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21970 ConstantInt *ConstRotation = nullptr; in createComplexDeinterleavingIR() local
21972 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR()
21976 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR()
21978 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR()
21986 ConstRotation = ConstantInt::get(IntTy, 0); in createComplexDeinterleavingIR()
21988 ConstRotation = ConstantInt::get(IntTy, 1); in createComplexDeinterleavingIR()
21990 if (!ConstRotation) in createComplexDeinterleavingIR()
21994 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()