Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22158 ConstantInt *ConstRotation = nullptr; in createComplexDeinterleavingIR() local
22160 ConstRotation = ConstantInt::get(IntTy, (int)Rotation); in createComplexDeinterleavingIR()
22164 {ConstRotation, Accumulator, InputB, InputA}); in createComplexDeinterleavingIR()
22166 {ConstRotation, InputB, InputA}); in createComplexDeinterleavingIR()
22174 ConstRotation = ConstantInt::get(IntTy, 0); in createComplexDeinterleavingIR()
22176 ConstRotation = ConstantInt::get(IntTy, 1); in createComplexDeinterleavingIR()
22178 if (!ConstRotation) in createComplexDeinterleavingIR()
22182 {ConstHalving, ConstRotation, InputA, InputB}); in createComplexDeinterleavingIR()