Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp14770 int ElemIdx1 = 2 + (Index & 1); in EmitPPCBuiltinExpr() local
14772 int ShuffleElts[2] = {ElemIdx0, ElemIdx1}; in EmitPPCBuiltinExpr()
14791 int ElemIdx1; in EmitPPCBuiltinExpr() local
14799 ElemIdx1 = (9 - Index) % 8; in EmitPPCBuiltinExpr()
14805 ElemIdx1 = Index + 1; in EmitPPCBuiltinExpr()
14810 int ShuffleElts[4] = {ElemIdx0, ElemIdx1, ElemIdx2, ElemIdx3}; in EmitPPCBuiltinExpr()